[
https://issues.apache.org/jira/browse/DOXIA-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17610830#comment-17610830
]
Michael Osipov commented on DOXIA-671:
--------------------------------------
Shit...
Here it is: https://github.com/vsch/flexmark-java/wiki/Typographic-Extension
> 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
> Priority: Minor
>
> 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)