[
https://issues.apache.org/jira/browse/DOXIA-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy closed DOXIA-571.
-------------------------------
Fix Version/s: 1.9.1
Assignee: Herve Boutemy (was: Sylwester Lachiewicz)
Resolution: Fixed
fixed in
https://github.com/apache/maven-doxia/commit/99f54508109723995c8587a1b574e0a9aa56ce09
> Markdown does not support syntax highlighting any more
> ------------------------------------------------------
>
> Key: DOXIA-571
> URL: https://issues.apache.org/jira/browse/DOXIA-571
> Project: Maven Doxia
> Issue Type: Bug
> Components: Module - Markdown
> Affects Versions: 1.8
> Reporter: Richard Körber
> Assignee: Herve Boutemy
> Priority: Minor
> Fix For: 1.9.1
>
>
> Starting with version 1.8, doxia-module-markdown changed from Pegdown to
> Flexmark.
> However it seems that Flexmark does not support syntax highlighting.
> Example:
> {noformat}
> ```java
> System.out.println("Hello World!");
> ```
> {noformat}
> doxia-module-markdown < 1.8 applied Java syntax highlighting here.
> doxia-module-markdown 1.8 does not. As doxia-module-markdown is used mostly
> for technical documentation in maven, I think this is a major regression.
> Possible workaround: Use doxia-module-markdown 1.7.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)