diff --git a/site/lib/markdown.mjs b/site/lib/markdown.mjs index c889cba6..4991c4bc 100644 --- a/site/lib/markdown.mjs +++ b/site/lib/markdown.mjs @@ -64,13 +64,6 @@ const parse = async function (source, format, scope) { }, content(node) { return [ - h( - 'span.invisible.block.h-0.w-0', - { ariaLabel: node.properties.id }, - 'Read the “', - node.properties.id, - '” section' - ), h( 'svg', {