Mardown Syntax Help

 More information
Wiki Page Editor and Markdown Syntax
Bold text     __text__
Italic text     _text_
Deleted text     2 dashes "-".     --text--
Headings
#heading1, ##heading2, ###heading3
Horizontal rule     ----
External links     [text](url)
Lists
* for bullet lists, 1., 2., 3. etc for numbered lists,
Tables
| row1-col1 | row1-col2 | row1-col3
| ----- | ----- | ----- |
| row2-col1 | row2-col2 | row2-col3 |
Monospace font     `Code sample`