9758720a24
We were missing an `_`. See #4188.
13 lines
154 B
Markdown
13 lines
154 B
Markdown
```
|
|
% pandoc -t rst
|
|
# My Great Section {#mysection}
|
|
# Other section
|
|
^D
|
|
.. _mysection:
|
|
|
|
My Great Section
|
|
================
|
|
|
|
Other section
|
|
=============
|
|
```
|