
| Wiki Syntax | Result | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
= Heading 1== Heading 2=== Heading 3 | Heading 1 Heading 2 Heading 3 | |||||||||
* List** Sub item 1** Sub item 2# Enumeration## Sub item 1## Sub item 2 |
| |||||||||
This text is ''bold'', ##italic##,__underlined__, ~~striked through~~,''##__~~combined~~__##'',@@monospaced@@, and °°small°°. | This text is bold, italic, underlined, monospaced, and small. | |||||||||
{{color:red}}red text{{/color}}{{color:green}}green text{{/color}}{{color:#0000ff}}blue text{{/color}} | red text green text blue text | |||||||||
[[Page name]][[Page name | Alternative text]]External link: [[https://www.example.com/]]Email link: [[info@example.com]] | ||||||||||
{|border=1| ||Column 1||Column 2|-||Row 1|Cell A|Cell B|-||Row 2|Cell C|Cell D|-|} |
| |||||||||
{{image:reddot.png}} | ||||||||||
// single-line comment/* multi-linecomment */ |