We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 66d6337 commit 29a2f09Copy full SHA for 29a2f09
web_src/js/markdown/anchors.js
@@ -16,7 +16,7 @@ function scrollToAnchor() {
16
}
17
18
export default function initMarkdownAnchors() {
19
- if (!document.querySelector('.markdown')) return;
+ if (!document.querySelector('.markup')) return;
20
21
for (const heading of document.querySelectorAll(headingSelector)) {
22
const originalId = heading.id.replace(/^user-content-/, '');
0 commit comments