# H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 - This is how to List - This is how to sub-list - This is how to sub-sub-list - This is how to **embolden.** * This is how to *italicise.* * This is how to
underscore.
* This is how to ~~strikethrough.~~ * This is how to `codify` --- ### Colons can be used to align columns. | Tables | Are | Cool | | :------------- |:-------------:| -----:| | col 1 is | left-aligned | $1 | | col 2 is | centered | $12 | | col 3 is | right-aligned | $1600 | There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown. Markdown | Less | Pretty --- | --- | --- *Still* | renders | **nicely** 1 | 2 | 3