pandoc/test/command/262.md

10 lines
165 B
Markdown
Raw Normal View History

```
% pandoc -f rst
`hello`_ and `goodbye`_
.. _hello:
.. _goodbye: example.com
^D
<p><a href="example.com">hello</a> and <a href="example.com">goodbye</a></p>
```