pandoc/test/command/3937.md
John MacFarlane 9758720a24 RST writer: fix anchors for headers.
We were missing an `_`.
See #4188.
2017-12-22 10:36:37 -08:00

13 lines
154 B
Markdown

```
% pandoc -t rst
# My Great Section {#mysection}
# Other section
^D
.. _mysection:
My Great Section
================
Other section
=============
```