Back to Cheatsheets

Textile

Markup2017-09-20

Reference

{: .-three-column}

Inlines

CodeDescription
_em_
*strong*
__bold-italic__
@code@
??citation??
------
-strikethrough-
+insertion+
------
%span%HTML tag
%{color:red}formatting%CSS styles
------

Blocks

h1. Header 1
h2. Header 2
bq. Blockquote
p(classname). Class.
p(#id). ID.

Lists

## ordered list
* unordered list
CodeDescription
"Hypertext":index.htmlLink
------
"Text link":link
[link]http://link.com
Link via reference

Images

CodeDescription
!image.jpg!Image
!image.jpg(title text)!
!image.jpg!:link.html
!>right.jpg!

Escaped HTML

<pre>
I am <b>very serious.</b> -- this
will get escaped.
</pre>

Line breaks

Line breaks.
Just break the lines.

Entities

one(TM), two(R), three(C).

Horizontal line

--

Footnotes

Footnotes[1].
fn1. Something.