summaryrefslogtreecommitdiff
path: root/test/command/2397.md
blob: 34d20136271300ed87ff91aed7c0566935e45143 (plain)
1
2
3
4
5
6
7
8
9
```
% 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>
```