[
https://issues.apache.org/jira/browse/DOXIA-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17808225#comment-17808225
]
ASF GitHub Bot commented on DOXIA-727:
--------------------------------------
kwin opened a new pull request, #197:
URL: https://github.com/apache/maven-doxia/pull/197
Code cleanup to keep track of surrounding element contexts Remove redundant
flags
Get rid of deprecated classes
> 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
> Priority: Major
>
> 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)