Files
pandoc/test/command/6588.md
2024-10-15 11:52:32 -07:00

11 lines
271 B
Markdown

```
% 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>
```