mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-13 12:57:24 +00:00
f9bbbf6f40
This matches the behavior of the legacy `markdown.pl` as well as what is described in the manual. Fixes: #8777
156 B
156 B
Backslash escapes in markdown_strict
% pandoc --from=markdown_strict -t html
These are not escaped: \~ \"
^D
<p>These are not escaped: \~ \"</p>