Samples

h2. Heading

h1. level 1 heading
h2=. level 2 heading
h3>. level 3 heading
h4<{color:red}. level 4 heading

h2. Quote

bq. this is blockquoted text
fn1. footnote 1
fn2. footnote 2
This text refernces a footnote[1]

h2. List

# numbered list item 1
# numbered list item 2

* bulleted list first item
* bulleted list second item

h2. Phrase Modifiers

_emphasis_
*strong*
??citation??
-deleted text-
+inserted text+
^superscript^
~subscript~
%span%

h2. Paragraph

p(class). paragraph with a classname
p(#id). paragraph with an ID
p{color:red}. paragrah with a CSS style
p[fr]. paragraphe en français
p<. right aligned paragraph
p>. left aligned paragraph
p=. centered aligned paragraph
p<>. justified text paragraph

h2. Table

| _. head | _. table | _. row |
| a       | table    | row 1  |
| a       | table    | row 2  |

h2. Blocked Code

bc. 10 PRINT "I ROCK AT BASIC!"
20 GOTO 10
p. A line with @printf@

h2. Link

"Link to Textile on GitHub":https://github.com/textile
!https://avatars2.githubusercontent.com/u/362604?v=3&s=200!

h2. Abbreviation

ABBR(Abbreviation)

Result

layout title date categories
post
Textile Syntax
2016-05-10 13:08:53 +0800
markup

Heading

level 1 heading

level 2 heading

level 3 heading

level 4 heading


Quote

this is blockquoted text

1 footnote 1

2 footnote 2

This text refernces a footnote1


List

  1. numbered list item 1
  2. numbered list item 2
  • bulleted list first item
  • bulleted list second item

Phrase Modifiers

emphasis
strong
citation
deleted text
inserted text
superscript
subscript
span


Paragraph

paragraph with a classname

paragraph with an ID

paragrah with a CSS style

paragraphe en français

right aligned paragraph

left aligned paragraph

centered aligned paragraph

justified text paragraph


Table

head table row
a table row 1
a table row 2

Blocked Code

10 PRINT "I ROCK AT BASIC!"
20 GOTO 10

A line with printf


Link

Link to Textile on GitHub


Abbreviation

ABBR