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 452d6c7 commit 1832617Copy full SHA for 1832617
src/client/theme-default/composables/outline.ts
@@ -48,6 +48,7 @@ function serializeHeader(h: Element): string {
48
if (
49
(node as Element).classList.contains('VPBadge') ||
50
(node as Element).classList.contains('header-anchor') ||
51
+ (node as Element).classList.contains('footnote-ref') ||
52
(node as Element).classList.contains('ignore-header')
53
) {
54
continue
0 commit comments