[
https://issues.apache.org/jira/browse/DOXIA-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17614777#comment-17614777
]
ASF GitHub Bot commented on DOXIA-671:
--------------------------------------
asfgit closed pull request #123: [DOXIA-671] Double quotes contained in
markdown page are removed in H…
URL: https://github.com/apache/maven-doxia/pull/123
> 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: 1.11.1, 2.0.0-M3
> Reporter: Friederich Christophe
> Assignee: Michael Osipov
> Priority: Minor
> Fix For: 2.0.0-M4
>
>
> 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)