aboutsummaryrefslogtreecommitdiff
path: root/test/command/6588.md
blob: efd3a68512b82a6871613f9c9f8676f4a1471e43 (plain)
1
2
3
4
5
6
7
8
9
10
```
% pandoc -f rst
I recommend you try |Python|_.

.. |Python| replace:: Python, *the* best language around
.. _Python: http://www.python.org/
^D
<p>I recommend you try <a href="http://www.python.org/"><span>Python,
<em>the</em> best language around</span></a>.</p>
```