fix(theme): ignore footnote-ref for outline

closes #4402
pull/3806/merge
Divyansh Singh 10 months ago committed by GitHub
parent 452d6c77a6
commit 183261753b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -48,6 +48,7 @@ function serializeHeader(h: Element): string {
if (
(node as Element).classList.contains('VPBadge') ||
(node as Element).classList.contains('header-anchor') ||
(node as Element).classList.contains('footnote-ref') ||
(node as Element).classList.contains('ignore-header')
) {
continue

Loading…
Cancel
Save