Usage
Hyperlinks: prefix = C-c C-a
- prefix + l : insert a link.
[text](url)
. - prefix + L : insert a link form
[a][b]
. - prefix + u : bare url.
- prefix + f : footnote.footnote is an extension to Markdown.
- prefix + w :
[[WikiLink]]
. also an extension to Markdown.
Images: prefix = C-c C-i
- prefix + i :
Styles: prefix = C-c C-s
- prefix + e: italic.
- prefix + s :
<strong>
. - prefix + c : inline code.
<code>
. - prefix + k :
<kbd>
tags. - prefix + b : blockquote.
- prefix + p : similarly for inserting performatted code blocks. 缂╄繘鐨刢ode block.
Heading: prefix = C-c C-t
- prefix + h : auto style, determined by the previous heading.
- prefix + H : similarly.
- prefix + 1 to 6 :
- prefix + ! : S-1
- prefix + @ : S-2
C-c C-k
to kill heading and C-y
to yank back.
Horizontal Rules: C-c -
Markdown and Maintenance Commands: prefix = C-c C-c
- prefix + m : run Markdown on the current buffer and show output in another buffer.
- prefix + p : preview
- prefix + e : export
- prefix + o : open
- prefix + l : Press
- prefix + v :
- prefix + w :
- prefix + c : check undefined references.
- prefix + n : renumber ordered lists.
- prefix + ] : completes all headings and normalizes all horizontal rules.