mkdocs-material/material
Timothée Mazzucotelli 3f978d86f6 Strip tags of ToC item's aria label
Some plugins/extensions might use the data-toc-label attribute
of headings to set a particular string for the ToC item title.

While not explicitly documented as possible or allowed,
they might set some HTML code instead of text.
In this case, the aria label of Toc nav elements break the HTML
as they will contain unescaped double quotes.

To fix this, we use the `striptags` filter
to remove any tags from the aria label, keeping text only.
2023-05-22 18:27:28 +02:00
..
.icons Updated dependencies 2023-05-14 21:22:26 +02:00
.overrides Updated dependencies 2023-05-14 21:22:26 +02:00
assets Updated dependencies 2023-05-14 21:22:26 +02:00
partials Strip tags of ToC item's aria label 2023-05-22 18:27:28 +02:00
plugins Merge remote-tracking branch 'upstream/master' 2023-05-15 11:05:40 +01:00
__init__.py
404.html
base.html Prepare 9.1.14 release 2023-05-20 10:39:56 +02:00
main.html
mkdocs_theme.yml Fixed unnecessary inclusion of palette.css 2023-04-22 12:26:22 +02:00