Konrad Windszus created DOXIA-727:
-------------------------------------

             Summary: MarkdownSink: Incorrect escaping inside code spans
                 Key: DOXIA-727
                 URL: https://issues.apache.org/jira/browse/DOXIA-727
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - Markdown
            Reporter: Konrad Windszus
            Assignee: Konrad Windszus


According to https://spec.commonmark.org/0.30/#backslash-escapes

bq. 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



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to