From a0e1088f441b60d065e8a3a461a1e5459cd81390 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 19 Mar 2026 11:32:24 +0100 Subject: [PATCH] contrib/html: strip question mark from anchor --- contrib/html.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/html.sh b/contrib/html.sh index c4c352e3..3d30432b 100755 --- a/contrib/html.sh +++ b/contrib/html.sh @@ -14,6 +14,7 @@ markdown -f toc,idanchor "${1}" | sed \ -e 's/href="\([-_\./[:alnum:]]*\)\.md\(#[-[:alnum:]]*\)\?"/href="\1.html\2"/g' \ -e '/| id="\L\1">|' \ -e '//s|pre|pre class="code" onclick="CopyToClipboard(this)"|g' \ -e '/The above link may be broken on code hosting sites/s|blockquote|blockquote style="display: none;"|'