Files
pandoc/test/command/5081.md
T
John MacFarlane e9e1684c9e RST reader: explicit links define references.
For example, ``Go to `g`_ `g <www.example.com>`_.``
should produce two links to www.example.com.

Closes #5081.
2024-10-15 11:07:20 -07:00

141 B

% pandoc -f rst
Go to `g`_ `g <www.example.com>`_.
^D
<p>Go to <a href="www.example.com">g</a> <a
href="www.example.com">g</a>.</p>