max-heller / mdbook-pandoc

A mdbook backend powered by Pandoc.
Apache License 2.0
97 stars 7 forks source link

feat: preserve escape characters (or lack thereof) from Markdown source #95

Closed max-heller closed 3 months ago

max-heller commented 3 months ago

Using https://github.com/Byron/pulldown-cmark-to-cmark/pull/71, attempts to preserve escape characters (or lack thereof) from the Markdown source, e.g. keeping [`Vec`] as [`Vec`] and \[`Vec`\] as \[`Vec`\].

Closes #91