From 8682e237c35e51869cd3598e8160e064c9b624ac 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 8a573c2d..adacbbb8 100755 --- a/contrib/html.sh +++ b/contrib/html.sh @@ -15,6 +15,7 @@ markdown -f toc,idanchor "${1}" | sed \ -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;"|'