tangled
alpha
login
or
join now
vielle.dev
/
site-archive
[Archived] Archived WIP of vielle.dev
0
fork
atom
overview
issues
pulls
pipelines
Tidy rehype-custom-html
vielle.dev
6 months ago
91fdf74c
52464fb8
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
options
unified
split
Changed files
+1
-1
rehype-custom-html.ts
+1
-1
rehype-custom-html.ts
···
131
131
}
132
132
133
133
case "pre": {
134
134
-
console.log(node.properties);
135
134
if (node.properties["tabindex"]) node.properties["tabindex"] = "-1";
135
135
+
break;
136
136
}
137
137
138
138
case "ul":