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