aboutsummaryrefslogtreecommitdiff
path: root/test/command/4598.md
blob: fedfe888a14211e3c0170b350d759b923ec16df1 (plain)
1
2
3
4
5
6
7
8
9
10
```
% pandoc -f rst
`x`__

__ `xy`_

.. _`xy`: http://xy.org
^D
<p><a href="http://xy.org">x</a></p>
```