Appendix: Markdown
Headings
# Heading Level 1
## Heading Level 2
### Heading Level 3Unordered List
* item 1
* item 2
* first subitem of item 2
* second subitem of item 2Above creates the following
item 1
item 2
first subitem of item 2
second subitem of item 2
Ordered List
Above creates this. Note that the number before the dot is irrelevant. Markdown will automatically number it for you.
item 1
item 2
first subitem of item 2
second subitem of item 2
Tables
To make a table:
creates:
heading 1
heading 2
col1,row1
col2 row 1
co1, row2
col2 row 2
Code
For example:
this would produce following in your wiki page where you have ![formula]
Last updated