We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6689ef6 commit cb2e65dCopy full SHA for cb2e65d
web_src/js/markup/anchors.js
@@ -50,6 +50,7 @@ export function initMarkupAnchors() {
50
}
51
52
// add `user-content-` prefix to user-generated `a[name]` link targets
53
+ // TODO: this prefix should be added in backend instead
54
for (const a of markupEl.querySelectorAll('a[name]')) {
55
const name = a.getAttribute('name');
56
if (!name) continue;
0 commit comments