Doc.CreoleWikiRulesExcerpt
Text formatting tips
**bold** | ⇒ | bold | ||||||
//italics// | ⇒ | italics | ||||||
**//bold italics//** |
⇒ | bold italics | ||||||
//**bold italics**// | ⇒ | bold italics | ||||||
//This is **also** good.// | ⇒ | This is also good. | ||||||
[[http://foo.com|link]] | ⇒ | link | ||||||
Ordered List: # Item 1 ## Item 1.1 # Item 2 |
⇒ |
|
||||||
Headings: = Level 1 = == Level 2 == === Level 3 === ==== Level 4 ==== |
⇒ | Level 1 Level 2 Level 3 Level 4 |
||||||
Table: |=Heading Col 1 |=Heading Col 2 | |Cell 1.1 |Cell 1.2 | |Cell 2.1 |Cell 2.2 | |
⇒ |
|
||||||
Nowiki (Preformatted): {{{ //This// does **not** get [[formatted]] }}} |
⇒ | //This// does **not** get [[formatted]] |