| Element Name | Textile Markup | Result |
|---|---|---|
| level 2 headline | h2. This is a headline | This is a headline |
| level 3 headline | h3. This is a headline | This is a headline |
| level 4 headline | h4. This is a headline | This is a headline |
| blockquote | bq. "The young man knows the rules, but the old man knows the exceptions." | "The young man knows the rules, but the old man knows the exceptions." |
| bulleted list | * one list item * another list item * yet another |
|
| numbered list | # one list item # another list item # yet another |
|
| emphasis | _emphasized!_ | emphasized! |
| simply italicized | __italics__ | italics |
| strong | *strong* | strong |
| simply bolded | **bold** | bold |
| citation | ??The Great Gatsby?? | The Great Gatsby |
| deleted/strikethrough | is -was- | is |
| superscript | ^st^, 1[^st^] | st, 1st |
| dash | -- | — |
| copyright | (c) | © |
| registered | Slogan(r) | Slogan® |
| trademark | Company name(tm) | Company name™ |
| link | "linked text":http://www.google.com | linked text |
| link with title | "linked text w/ title(Google.com)":http://www.google.com | linked text w/ title |
For a complete guide, visit The Textile Reference Manual | ||