Skip to content

Commit 5fa3ba4

Browse files
committed
Remove obsolete check
1 parent 9ac2cce commit 5fa3ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function setTheme(theme) {
9595
// Create anchors for headings.
9696
(function() {
9797
for (const heading of document.querySelectorAll("h1, h2, h3, h4, h5")) {
98-
if (!heading.id || heading.id.startsWith("dei-")) {
98+
if (!heading.id) {
9999
continue;
100100
}
101101

0 commit comments

Comments
 (0)