This is a beta list of the elements chosen at WikiSym for Wiki Creole Markup.  For a more detailed analysis of each markup, please view [Elements].  To compare a particular syntax with over 60+ wiki engines, you can use the [wiki markup comparison tool|http://www.wikimatrix.org/syntax.php] from [WikiMatrix].

!!Ordered Lists
Whitespace before pound/hash not allowed.
{{{
# number list
}}}

More detail: [Lists]

!!Unordered Lists
Whitespace before dash not allowed.
{{{
- bullet list
}}}

More detail: [Lists]

!! Bold

{{{
**bold**
}}}

More detail: [Bold and Italics]

!! Italics

{{{
//italics//
}}}

More detail: [Bold and Italics]

!! Headings
{{{
== Level 1 (Largest)
=== Level 2
==== Level 3
}}}

More detail: [Headings]

!! Internal and External Links

{{{
[[link]]
[[MyBigPage|Go to my page]]
[[http://www.wikicreole.org|Visit the WikiCreole website]]
}}}

More detail: [Links]

!! Paragraphs
(blank line makes paragraph)

More detail: [Paragraphs]

!! Linebreaks
(consensus: treat line breaks as line breaks)
(best practice: line continuations made with backslash at end of line)

More detail: [Linebreaks]

!! Nowiki and preformatted in-line or block
No wiki markup is interpreted between these characters. (ignore spaces below)
{{{
{ { { pre } } }
}}}

More detail: [Preformatted And Nowiki]

!! Placeholder / Native Markup Block
When there is something advanced like tables, a placeholder will show up, so users will not be confused seeing more than one syntax. (optional for wiki developers)
{{{
<<x>>
}}}

__Conflicts with OLPC image tag.__

More detail: [Placeholder]

!! Images

Technically "transclusion", but sounds weird for end users. 

{{{
{{Image:Stuff.jpg}}
[[some link|{{Image:Stuff.jpg}}]]
}}}

The word Image could then be written in English or the language of that wiki.

More detail: [Images]

!! Horizontal Line
Possibilities:
{{{
----
~~~~
____
}}}

More detail: [Horizontal Line]