Ce langage simple et facile d'emploi permet une mise en page rapide sans avoir à connaître le language HTML.
Placer un mot en gras, en italique, créer un lien, ajouter un tableau simple au travers l'usage de characters simple
Vous pouvez utiliser les balises HTML ou simplement les codes suivants:
| Title: | h | → | your title |
| Italic: | _your text_ | → | your text |
| Bold: | *your text* | → | your text |
| Colorize: | %{color:red}your text% %{color:blue}your text% %{color:green}your text% | → | your text your text your text |
| Superscript: | abc ^your text^ | → | abc your text |
| Subscript: | abc ~your text~ | → | abc your text |
| Lists: | * Bulleted list * Second item | → | • Bulleted list • Second item |
| # Numbered list # Second item | → | 1. Numbered list 2. Second item |
| To insert a link: | Just enter a standard URL or email address (they will be auto-linked) |
| To insert a link w/ name: | "linkname":URL |
| To insert an image: | !imageURL! !>/imageURL! (right-aligned image) |
| To insert a table | |a|table|row| |another|table|row| |
| To insert a blockquote: | To make an entire paragraph into a block quotation, place "bq." before it. (For example: bq. Your paragraph here) |
| To apply attributes:: | (class) p(maclass). h1(#mon_id). (#id) {style} |
Additional information and examples can be found at the Textile Manual comlete (en version) .