From 7fc69b7ce8dee6b65920d5b2fdf0e525560bd582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Demenech?= Date: Thu, 27 Jul 2023 15:43:05 -0300 Subject: [PATCH] [site,bug][xs]: fix weird margins on pages -- refs #993 --- site/lib/markdown.mjs | 7 ------- 1 file changed, 7 deletions(-) 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', {