Skip to content

Commit 3ca11ec

Browse files
[docs] Fix Wave false positive
1 parent 4998a2b commit 3ca11ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/modules/components/MarkdownElement.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ renderer.heading = (text, level) => {
3333
`<h${level}>`,
3434
`<a class="anchor-link" id="${hash}"></a>`,
3535
text,
36-
`<a class="anchor-link-style" aria-hidden="true" href="#${hash}">`,
36+
`<a class="anchor-link-style" aria-hidden="true" aria-label="anchor" href="#${hash}">`,
3737
'<svg><use xlink:href="#anchor-link-icon" /></svg>',
3838
'</a>',
3939
`</h${level}>`,

0 commit comments

Comments
 (0)