Files
John MacFarlane 9fa4fa3c51 RST reader: fix handling of underscores.
Fixes a regression in 3.6 that caused problems parsing
text with underscores.

Closes #10497.
2024-12-27 19:38:56 -08:00

97 B

% pandoc -f rst
a.__b__

a__b__

__foo__
^D
<p>a.__b__</p>
<p>a__b__</p>
<p>__foo__</p>