We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac7b96f + 3f978d8 commit 263a85dCopy full SHA for 263a85d
material/partials/toc-item.html
@@ -6,7 +6,7 @@
6
{{ toc_item.title }}
7
</a>
8
{% if toc_item.children %}
9
- <nav class="md-nav" aria-label="{{ toc_item.title }}">
+ <nav class="md-nav" aria-label="{{ toc_item.title | striptags }}">
10
<ul class="md-nav__list">
11
{% for toc_item in toc_item.children %}
12
{% include "partials/toc-item.html" %}
src/partials/toc-item.html
@@ -28,7 +28,7 @@
28
29
<!-- Table of contents list -->
30
31
32
33
34
0 commit comments