| Wiki | Rendered | Source | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| //italics// | italics | <p><em>italics</em></p> | |||||||||
| **bold** | bold | <p><strong>bold</strong></p> | |||||||||
| ^^super^^script | superscript | <p><sup>super</sup>script</p> | |||||||||
| ,,sub,,script | subscript | <p><sub>sub</sub>script</p> | |||||||||
| ##monospace## | monospace | <p><tt>monospace</tt></p> | |||||||||
* Bullet list * Second item ** Sub item |
| <ul><li>Bullet list </li><li>Second item <ul><li>Sub item </li></ul></li></ul> | |||||||||
# Numbered list # Second item ## Sub item |
| <ol><li>Numbered list </li><li>Second item <ol><li>Sub item </li></ol></li></ol> | |||||||||
# Mixed list ** Sub bullet item # Numbered item |
| <ol><li>Mixed list <ul><li>Sub bullet item </li></ul></li><li>Numbered item </li></ol> | |||||||||
; Definition List : Definition |
| <dl><dt>Definition List</dt> <dd>Definition</dd> </dl> | |||||||||
| Link to [[WikiPage]] | Link to WikiPage | <p>Link to <a href="http://thiswiki.org/WikiPage">WikiPage</a></p> | |||||||||
| [[http://google.com|Google]] | <p><a href="http://google.com">Google</a></p> | ||||||||||
== Large heading === Medium Heading ==== Small heading | Large headingMedium HeadingSmall heading | <h2>Large heading</h2> <h3>Medium Heading</h3> <h4>Small heading</h4> | |||||||||
No linebreak! Use empty row | No linebreak! Use empty row | <p>No linebreak!</p> <p>Use empty row</p> | |||||||||
| Force\\linebreak | Force linebreak | <p>Force<br />linebreak</p> | |||||||||
Horizontal line: ---- | Horizontal line: | <p>Horizontal line:</p> <hr /> | |||||||||
| {{Image.jpg|title}} | ![]() | <p><img src="Image.jpg" alt="title" title="title" /></p> | |||||||||
|=|=table|=header| |a|table|row| |b|table|row| |
| <table><tr><th></th><th>table</th><th>header</th></tr> <tr><td>a</td><td>table</td><td>row</td></tr> <tr><td>b</td><td>table</td><td>row</td></tr> </table> | |||||||||
{{{
== [[Nowiki]]:
//**don't format//
}}} | == [[Nowiki]]: //**don't format// | <pre>== [[Nowiki]]: //**don't format// </pre> | |||||||||
| use a tilde to ~**escape | use a tilde to **escape | <p>use a tilde to **escape</p> | |||||||||
| <<source>>a //simple// macro<</source>> | <p>a <em>simple</em> macro</p> | <pre><p>a <em>simple</em> macro</p></pre> |