You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2023/02/09 14:43:00 UTC

[jira] [Created] (DOXIA-692) Markdown Sink: Incorrect escape characters

Konrad Windszus created DOXIA-692:
-------------------------------------

             Summary: Markdown Sink: Incorrect escape characters
                 Key: DOXIA-692
                 URL: https://issues.apache.org/jira/browse/DOXIA-692
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - Markdown
            Reporter: Konrad Windszus
            Assignee: Konrad Windszus


According to https://daringfireball.net/projects/markdown/syntax#backslash only some characters can be escaped with a leading {{\}}. Notably missing is e.g. {{<}} and {{>}} which must not be escaped. Currently those are being prepended with a slash as well leading to backslash appearing in the output (e.g. when rendered to XHTML)



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