mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-12 04:17:16 +00:00
019f5d1c9d
E.g. `|Python|_`. Closes #6588.
271 B
271 B
% 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>