We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4998a2b commit 3ca11ecCopy full SHA for 3ca11ec
docs/src/modules/components/MarkdownElement.js
@@ -33,7 +33,7 @@ renderer.heading = (text, level) => {
33
`<h${level}>`,
34
`<a class="anchor-link" id="${hash}"></a>`,
35
text,
36
- `<a class="anchor-link-style" aria-hidden="true" href="#${hash}">`,
+ `<a class="anchor-link-style" aria-hidden="true" aria-label="anchor" href="#${hash}">`,
37
'<svg><use xlink:href="#anchor-link-icon" /></svg>',
38
'</a>',
39
`</h${level}>`,
0 commit comments