slachiewicz opened a new pull request, #149:
URL: https://github.com/apache/maven-acr-plugin/pull/149

   Follow-up to #148, which converted this FAQ from FML to Markdown.
   
   That conversion writes an explicit `<a id>` before every question so the 
live deep links keep working. For the **first** question the anchor it writes 
is byte-identical to the id Doxia already derives from the heading text, so the 
page carries the same id twice.
   
   Duplicate ids are invalid HTML5 and Doxia logs `Anchor name "..." used more 
than once`. The heading already supplies that anchor, so the explicit one is 
dropped.
   
   The second question keeps its explicit anchor: its FML id was `extensions`, 
which bears no relation to the heading text, so nothing else would generate it.
   
   **Verified** by rebuilding: `faq.html` regenerated, no id appears twice, 
zero duplicate-anchor warnings, and every anchor served before is still served.
   
   <sub>Drafted with Claude - please verify</sub>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to