mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-13 18:40:54 +01:00
7d6d8d7a7c
Unicode, case-sensitive reference setting causes error below.
```
yaml.constructor.ConstructorError: expected a mapping node, but found scalar
```
Update related sections in the documentation to address this issue.
Newer Python-Markdown has `slugify_unicode` built-in, so this
```yaml
markdown_extensions:
- toc:
slugify: !!python/name:markdown.extensions.toc.slugify_unicode
```
also works for case-insensitive use cases.
Fixes:
|
||
---|---|---|
.. | ||
assets | ||
blog | ||
changelog | ||
contributing | ||
guides | ||
insiders | ||
plugins | ||
reference | ||
schema | ||
setup | ||
alternatives.md | ||
browser-support.md | ||
conventions.md | ||
creating-your-site.md | ||
customization.md | ||
enterprise-support.md | ||
getting-started.md | ||
index.md | ||
license.md | ||
philosophy.md | ||
publishing-your-site.md | ||
schema.json | ||
upgrade.md |