{% extends "page_admin/markup_help_base.html" %} {% block content %}{{ block.super }}

Phrase modifiers:

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

Block modifiers:

hn. heading
bq. Blockquote
fnn. Footnote
p. Paragraph
bc. Block code
pre. Pre-formatted
# Numeric list
* Bulleted list

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©

Links:

"linktext":http://…

Attributes:

(class)
(#id)
{style}
[language]

Alignment:

> right
< left
= center
<> justify

Tables:

|_. a|_. table|_. header|
|a|table|row|
|a|table|row|

Images:

!imageurl!
!imageurl!:http://…

Acronyms:

ABC(Always Be Closing)

Footnotes:

See foo[1].

fn1. Foo.

Raw HTML:

==no <b>textile</b>==

notextile. no <b>textile
here</b>

Extended blocks:

bq.. quote
 
continued quote
 
p. paragraph

(from textile.thresholdstate.com) {% include "page_admin/includes/markup_help_common.html" %} {% endblock content %}