We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac2cce commit 5fa3ba4Copy full SHA for 5fa3ba4
1 file changed
src/main.js
@@ -95,7 +95,7 @@ function setTheme(theme) {
95
// Create anchors for headings.
96
(function() {
97
for (const heading of document.querySelectorAll("h1, h2, h3, h4, h5")) {
98
- if (!heading.id || heading.id.startsWith("dei-")) {
+ if (!heading.id) {
99
continue;
100
}
101
0 commit comments