From fcab9801ef003f922ae1595a742d0d073d7737df Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 10 Aug 2026 02:43:40 +0200 Subject: [PATCH] Drop the FAQ anchor that duplicates the heading id The converted FAQ writes an explicit anchor before every question. For this page's first question that anchor is byte-identical to the id Doxia already derives from the heading text, so the same id lands on the page twice:

How can I specify ... Duplicate ids are invalid HTML, and Doxia logs "Anchor name ... used more than once". The heading supplies the anchor on its own, so the explicit one is removed. The second question keeps its explicit anchor, because there the FML id (#extensions) bears no relation to the heading text. Verified by rebuilding the site: no id appears twice, and every anchor the page served before is still served. Generated-by: Claude Opus 5 (1M context) --- src/site/markdown/faq.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/site/markdown/faq.md b/src/site/markdown/faq.md index f07459e..bbce590 100644 --- a/src/site/markdown/faq.md +++ b/src/site/markdown/faq.md @@ -28,8 +28,6 @@ under the License. 1. [How can I specify a Class-Path: entry in the manifest of an Application Client jar?](#How_can_I_specify_a_Class-Path.3A_entry_in_the_manifest_of_an_Application_Client_jar.3F) 2. [Why the app-client packaging type is not recognized?](#extensions) - - ### How can I specify a Class-Path: entry in the manifest of an Application Client jar? You just have to configure it: