mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-19 05:55:39 +00:00
`<` should not be escaped as `\<`, for compatibility with original Markdown. We now escape `<` and `>` with entities. Also, we now backslash-escape square brackets. Closes #2086.