e20f55618f
Closes #2397. This patch also adds `shortcut_reference_links` to the list of mmd extensions.
9 lines
205 B
Markdown
9 lines
205 B
Markdown
```
|
|
% 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>
|
|
```
|