Textile Quick Reference

Textile is a simple language to format text.
It is easy to learn and extremely convenient.

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

To insert a link:
"linktext":url

To insert an image:
!imageurl!
!imageurl!:url

Block modifiers:
Header: hn.
Blockquote: bq.
Numeric list: #
Bulleted list: *

To apply attributes:
(class)
(#id)
{style}
[language]

To insert a footnote:
See foo[n].
fnn. Foo.

To align blocks:
< right
> left
= center
<> justify

To insert a table:
|a|table|row|
|a|table|row|

To define an acronym:
ABC(Always Be Closing)

Punctuation:
"quotes" → “quotes”
'quotes' → ‘quotes’
it's → it’s
-> → →
em -- dash → em — dash
en - dash → en – dash
2 x 4 → 2 × 4
foo(tm) → foo™
foo(r) → foo®
foo(c) → foo©