GFM Markdown
gfm (Markdown for Github) contains the following commands, which also work in mdc:
H1
H2
H3
H4
H5
H6
lists
- First ordered list item
- Another item
- Unordered sub-list.
- Actual numbers don't matter, just that it's a number
- Ordered sub-list
- And another item.
Autolink literals
www.example.com, https://example.com, and contact@example.com.
Footnote
A note1
Here is a footnote reference 2.
Strikethrough
one or two tildes.
Table
| a | b | c | d |
|---|
Tasklist
- to do
- done
Subscript and Subscript
A subscript ^sup^ and a subscript ~sub~ are not part of GFM. You can use katex to create them $^{sup}$ and $_{sub}$ .