Skip to content

Preserve backslashes in archives

Resolves #490 (closed)

This change removes the 'escape' rule from the mistune InlineParser which made code like this ^.*@gmail\.com$ rendered incorrectly in archives.

Details about the 'escape' rule can be found here: https://spec.commonmark.org/0.30/#backslash-escapes

The change has been tested and appears to work.

Merge request reports