Markups as taken from v0.4 of the creole spec.
Also enabled at Creole-Sandbox.
Bold and Italic
(:linebreaks:)
**bold**
//italic//
**//bold italics//**
//**bold italics**//
//This is **also** good.//
|
bold
italic
bold italics
bold italics
This is also good.
|
Lists
== Unordered List ==
* Item 1
** Item 1.1
* Item 2
== Ordered List ==
# Item 1
## Item 1.1
# Item 2
|
Unordered List
Ordered List
- Item 1
- Item 1.1
- Item 2
|
Headings
= Level 1 (highest) =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 6 ======
=== Also level 3
=== Also level 3 =
=== Also level 3 ==
|
Level 1 (highest)
Level 2
Level 3
Level 4
Level 5
Level 6
Also level 3
Also level 3
Also level 3
|
Paragraphs
This is my text.
This is more text.
|
This is my text.
This is more text.
|
Line breaks
This is the first line,\\and this is the second.
* This is a single list item
followed by a paragraph?
|
This is the first line, and this is the second.
- This is a single list item
followed by a paragraph?
|
Preformatted
{{{
//This// does **not** get [[formatted]]
}}}
Some examples of markup are: {{{** <i>this</i> **}}}
|
//This// does **not** get [[formatted]]
Some examples of markup are: {{{ <i>this</i> }}}
|
Tables
|| border=1
|Heading Col 1 |Heading Col 2 |
|Cell 1.1 |Cell 1.2 |
|Cell 2.1 |Cell 2.2 |
|
| Heading Col 1 | Heading Col 2 |
| Cell 1.1 | Cell 1.2 |
| Cell 2.1 | Cell 2.2 |
|
Images
{{Attach:pmwiki-32.gif}}
{{Attach:pmwiki-32.gif|Title}}
|
|
|