pandoc/test/command/4156.md
John MacFarlane b94f1e2045 RST reader: more accurate parsing of references.
Previously we erroneously included the enclosing
backticks in a reference ID (closes #4156).

This change also disables interpretation of
syntax inside references, as in docutils.
So, there is no emphasis in

    `my *link*`_
2017-12-14 12:48:43 -08:00

82 B

% pandoc -f rst
.. _`SOMEID`:

foo
^D
<div id="SOMEID">
<p>foo</p>
</div>