Files
mkdocs-material/docs
Kuan-Yi Li 7d6d8d7a7c Updated slugify documentation
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: ee1e675da6 ("Update slug reference")
2024-04-01 07:34:10 +08:00
..
2023-11-30 13:30:31 +01:00
2024-03-31 17:33:14 +08:00
2023-09-14 19:09:18 +02:00
2024-03-31 17:35:08 +08:00
2024-03-31 17:20:16 +08:00
2024-04-01 07:34:10 +08:00
2023-02-16 16:21:11 +01:00
2023-09-15 09:25:50 +02:00
2023-11-14 23:04:58 +01:00
2024-03-06 07:23:30 +07:00
2023-11-17 09:43:30 +01:00
2023-10-30 21:14:42 +01:00
2023-09-12 13:37:22 +02:00
2024-01-06 09:27:06 +07:00
2023-09-20 14:03:28 +02:00