this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Tidy rehype-custom-html

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