[Archived] Archived WIP of vielle.dev

Tidy rehype-custom-html

vielle.dev 91fdf74c 52464fb8

verified
Changed files
+1 -1
+1 -1
rehype-custom-html.ts
··· 131 } 132 133 case "pre": { 134 - console.log(node.properties); 135 if (node.properties["tabindex"]) node.properties["tabindex"] = "-1"; 136 } 137 138 case "ul":
··· 131 } 132 133 case "pre": { 134 if (node.properties["tabindex"]) node.properties["tabindex"] = "-1"; 135 + break; 136 } 137 138 case "ul":