[ https://issues.apache.org/jira/browse/MSITE-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16865151#comment-16865151 ]
Michael Osipov commented on MSITE-834: -------------------------------------- I am included to close this as won't fix for these reasons: 1. You shall try the new Markdown module in Doxia 1.9 using Flexmark 2. GitHub != Markdown 3. There is no *the* Markdown, there are many > Markdown anchors are case sensitive in maven-site-plugin/Doxia but not in > GitHub where they are lower-case only > --------------------------------------------------------------------------------------------------------------- > > Key: MSITE-834 > URL: https://issues.apache.org/jira/browse/MSITE-834 > Project: Maven Site Plugin > Issue Type: Wish > Components: doxia integration > Affects Versions: 3.7.1 > Reporter: Peter Lord > Priority: Major > Fix For: waiting-for-feedback > > > With a markdown source such as : > {code:java} > # General > * [Codeline structure](#codeline-structure) > ## Codeline structure{code} > > I see that the anchor works correctly when displaying the md file on github, > but incorrectly when site plugin generates html. > The generated html for "## Codeline structure" is case sensitive : > {code:java} > <h2><a name="Codeline_structure"></a>Codeline structure</h2>{code} > This should be generated as : > {code:java} > <h2><a name="codeline_structure"></a>Codeline structure</h2>{code} > to be consistent with github. -- This message was sent by Atlassian JIRA (v7.6.3#76005)