pandoc/test/command/4598.md

11 lines
105 B
Markdown
Raw Normal View History

```
% pandoc -f rst
`x`__
__ `xy`_
.. _`xy`: http://xy.org
^D
<p><a href="http://xy.org">x</a></p>
```