[ https://issues.apache.org/jira/browse/DOXIA-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Konrad Windszus updated DOXIA-692: ---------------------------------- Description: 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) (was: 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)) > 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 > Priority: Major > > 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)