mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-24 02:01:45 +00:00
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>