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 cab554b commit 07ab595Copy full SHA for 07ab595
web_src/js/markup/anchors.ts
@@ -6,7 +6,7 @@ const hasPrefix = (str: string): boolean => str.startsWith('user-content-');
6
7
// scroll to anchor while respecting the `user-content` prefix that exists on the target
8
function scrollToAnchor(encodedId?: string): void {
9
- // FIXME: need to rewrite this function with new a better "footnote.go" logic, too many tricks here
+ // FIXME: need to rewrite this function with new a better markup anchor generation logic, too many tricks here
10
let elemId: string;
11
try {
12
elemId = decodeURIComponent(encodedId ?? '');
0 commit comments