You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2021/06/26 12:10:00 UTC

[jira] [Closed] (MSITE-834) Markdown anchors are case sensitive in maven-site-plugin/Doxia but not in GitHub where they are lower-case only

     [ https://issues.apache.org/jira/browse/MSITE-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed MSITE-834.
--------------------------------
    Fix Version/s:     (was: waiting-for-feedback)
       Resolution: Incomplete

No response for two years.

> 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
>
> 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
(v8.3.4#803005)