b94f1e2045
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*`_
82 B
82 B
% pandoc -f rst
.. _`SOMEID`:
foo
^D
<div id="SOMEID">
<p>foo</p>
</div>