Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
According to https://spec.commonmark.org/0.30/#backslash-escapes
Backslash escapes do not work in code blocks, code spans, autolinks, or raw HTML
Currently the escaping is not disabled between Sink.inline(...) and Sink.inline(...) with "code" semantics (also used from Sink.monospaced()) (emits a code span) but only in between Sink.verbatim() and Sink.verbatim()_ (emits a code block).
autolinks and raw HTML are currently either never emitted or don't use escaping
Attachments
Issue Links
- relates to
-
DOXIA-692 Markdown Sink: Incorrect escape characters
- Closed
- links to