mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
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>