Friederich Christophe created DOXIA-671:
-------------------------------------------
Summary: Double quotes contained in markdown page are removed in
html output
Key: DOXIA-671
URL: https://issues.apache.org/jira/browse/DOXIA-671
Project: Maven Doxia
Issue Type: Bug
Components: Module - Markdown
Affects Versions: 2.0.0-M3
Reporter: Friederich Christophe
When execute site generation, the double quotes contained in markdown page are
removed in html output.
After investigation, in MarkdownParser class, the flexmark renderer uses
TypographicExtension and by default flexmark replaces double quotes with
“ and ”, but theses entities are not recognized by XmlPullParser.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)