TxStyle · Textile Documentation

The Textile Markup (2.4) Reference for Textpattern


Block Modifiers

Input (editable)
A paragraph.

And a paragraph with
a line break.
Browser

A paragraph.

And a paragraph with
a line break.


Input (editable)
h1. Header 1

h2. Header 2

h3. Header 3

h4. Header 4
Browser

Header 1

Header 2

Header 3

Header 4


Input (editable)
bc. 10 PRINT "I ROCK AT BASIC!"
20 GOTO 10
Browser
10 PRINT "I ROCK AT BASIC!"
20 GOTO 10

Input (editable)
pre. Pre-formatted text
Browser
Pre-formatted       text

Input (editable)
Some text here.

###. This is a textile comment block.
It will be removed from your document.

More text to follow.
Browser

Some text here.

More text to follow.


Input (editable)




h3. Your cart

* Item one
* Item two




Browser

Your cart

  • Item one
  • Item two



Input (editable)
Any text.

bq. A block quotation.

Any text.
Browser

Any text.

A block quotation.

Any text.


Input (editable)
notextile. Straight quotation marks are not converted into curly ones "in this example".
Browser
Straight quotation marks are not converted into curly ones "in this example".