Skip to content

Commit cb2e65d

Browse files
committed
add TODO
1 parent 6689ef6 commit cb2e65d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/js/markup/anchors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export function initMarkupAnchors() {
5050
}
5151

5252
// add `user-content-` prefix to user-generated `a[name]` link targets
53+
// TODO: this prefix should be added in backend instead
5354
for (const a of markupEl.querySelectorAll('a[name]')) {
5455
const name = a.getAttribute('name');
5556
if (!name) continue;

0 commit comments

Comments
 (0)