GFM Markdown

gfm (Markdown for Github) contains the following commands, which also work in mdc:

H1

H2

H3

H4

H5
H6

lists

  1. First ordered list item
  2. Another item
    • Unordered sub-list.
  3. Actual numbers don't matter, just that it's a number
    1. Ordered sub-list
  4. 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

Subscript and Subscript

A subscript ^sup^ and a subscript ~sub~ are not part of GFM. You can use katex to create them $^{sup}$ sup^{sup} and $_{sub}$ sub_{sub}.

Footnotes

  1. Big note.

  2. This is the footnote text