mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 11:27:06 +00:00
e20f55618f
Closes #2397. This patch also adds `shortcut_reference_links` to the list of mmd extensions.
205 B
205 B
% pandoc -f markdown_mmd
# Chapter 1: A long name of chapter [Chapter 1]
See [Chapter 1].
^D
<h1 id="chapter1">Chapter 1: A long name of chapter</h1>
<p>See <a href="#chapter1">Chapter 1</a>.</p>