aboutsummaryrefslogtreecommitdiff
path: root/test/command/8777.md
AgeCommit message (Collapse)Author
2023-05-04Markdown reader: disallow escaping of `~` and `"` in markdown_strictAlbert Krewinkel
This matches the behavior of the legacy `markdown.pl` as well as what is described in the manual. Fixes: #8777