mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
9758720a24
We were missing an `_`. See #4188.
14 lines
154 B
Markdown
14 lines
154 B
Markdown
```
|
|
% pandoc -t rst
|
|
# My Great Section {#mysection}
|
|
# Other section
|
|
^D
|
|
.. _mysection:
|
|
|
|
My Great Section
|
|
================
|
|
|
|
Other section
|
|
=============
|
|
```
|