Files
Albert Krewinkel f9bbbf6f40 Markdown reader: disallow escaping of ~ and " in markdown_strict
This matches the behavior of the legacy `markdown.pl` as well as what is
described in the manual.

Fixes: #8777
2023-05-04 11:52:04 +02:00

156 B

Backslash escapes in markdown_strict

% pandoc --from=markdown_strict -t html
These are not escaped: \~ \"
^D
<p>These are not escaped: \~ \"</p>