pandoc/test/command/2397.md
John MacFarlane e20f55618f Markdown reader: fixed internal header links.
Closes #2397.

This patch also adds `shortcut_reference_links` to the list
of mmd extensions.
2017-03-05 16:34:47 +01:00

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>