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;"|'