Textile Cheat-Sheet

Markup-Code Formatted Result
Cheat-Sheet compiled by Alexander Sasse / Textile Copyright © 2006 Alex Shiels / Threshold State
_italic text_
__italic text__
italic text
*bold text*
**bold text**
bold text
+underlined text+ underlined text
-striked text- striked text
text ^supertext^ text supertext
text ~subtext~ text subtext
"The text for the link":http://www.example.com The text for the link
Simple image
!http://www.example.com/image.jpg!
Linked image
!http://www.example.com/image.jpg!:http://www.example.com

UAFS(Use Akronyms for shortness) UAFS
Following Markups must have an empty line before and after. Example to follow:
Some text to write

h1. A new head

Start other text to write
The Markups can be mixed with alignment-modificators:
> : right -- < : left -- = : center -- <> : justify
Example : p>. This text will be aligned on the right side
Further modifications:
(class)
(#id)
{style}
[language]
Examples:
p(classForP). -- <p class="classForP">
p(#idForP). -- <p id="idForP">
p{color:red}. -- <p style="color:red;">
p[de]. -- <p lang="de">
h1. Headtext
...
h6. Headtext

Headtext

...
Headtext
bq. Quoted text here
Quoted text here
bc. Block code Block code
pre. Preformatted text here
Preformatted text here
Numeric Lists
# Listpoint 1
# Listpoint 2
  1. Listpoint 1
  2. Listpoint 2
Unordered Lists
* Listpoint 1
* Listpoint 2
  • Listpoint 1
  • Listpoint 2
Paragraph
Leave previous und following line empty
p. Markup not really neccessary



Markup not really neccessary

Footnotes
Two components neccessary
See footnote[1]
fn1. The footnote to read


See footnote1
1 The footnote to reed
%Text within Span-Tags% Text within Span-Tags
@Text in a code-block@ Text in a code-block
Tables
Table-Header
|_. ID|_. Country|_. Capital City|
Simple Rows
|1|USA|Washington DC|
|2|Germany|Berlin|
Alignment-Modificators can be used in tables too
Additionally there are vertical-alignment modificators
^ : top -- - : middle -- ~ : bottom
Example: |^. Top-Cell|-. Center-Cell|~. Bottom-Cell|

ID Country Capital City
1 USA Washington DC
2 Germany Berlin
Symbolconversion
dash : --
Trademark-Symbol : (tm)
Rights-Symbol : (r)
Copyright-Symbol : (c)

dash : —
Trademark-Symbol : ™
Registered-Symbol : ®
Copyright-Symbol : ©
HTML-Code
==Use HTML==
alternative
notextile. Use HTML

Use HTML