[
https://issues.apache.org/jira/browse/DOXIA-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696578#comment-17696578
]
Michael Osipov commented on DOXIA-696:
--------------------------------------
I am inclined to close this as won't fix because here are several problems:
* The generated IDs are part of the Fluido Skin *and* are done with/in JS
* Only IDs generated by Doxia's {{DoxiaUtils#encodeId()}} can be consistent
Possible solution, workaround: https://www.bryanbraun.com/anchorjs/#section-ids
> Inconsistent anchors between toc macro and headers
> --------------------------------------------------
>
> Key: DOXIA-696
> URL: https://issues.apache.org/jira/browse/DOXIA-696
> Project: Maven Doxia
> Issue Type: Bug
> Reporter: Slawomir Jaranowski
> Priority: Major
> Fix For: wontfix-candidate
>
>
> In markdown document add:
> {code:java}
> <!-- MACRO{toc|fromDepth=2} -->
> {code}
> Then anchors generated by toc macro looks like: {{#Your_First_Mojo}}
> and anchors generated by skin looks like: {{#your-first-plugin}}
> - Doxia Site Renderer 2.0.0-M4
> - Fluido Skin 1.11.1
> Tested on Maven main site without more investigate.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)