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 2019/06/16 20:22:00 UTC

[jira] [Updated] (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 updated MSITE-834:
---------------------------------
    Fix Version/s:     (was: backlog)
                   waiting-for-feedback

> 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)