mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-06-06 07:21:55 -04:00
When using custom SVGs that contained characters breaking a URL, like a hash # sign that is consiered a URL fragment, the rendering broke. This adds a jinja urlencode filter to the output. Fixes #8086