summaryrefslogtreecommitdiff
path: root/test/command/3937.md
blob: 2f32cd172e93abe3ad3e52c7cb8a016d9baabf03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
```
% pandoc -t rst
# My Great Section {#mysection}
# Other section
^D
.. _mysection:

My Great Section
================

Other section
=============
```