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: ee1e675da613 ("Update slug reference")
2024-04-01 07:34:10 +08:00
..
2024-04-01 07:34:10 +08:00
2023-09-22 14:35:20 +02:00
2024-01-24 15:45:24 +07:00
2023-09-15 09:25:50 +02:00
2023-12-17 17:45:21 +01:00
2023-11-07 20:23:15 +01:00
2024-02-24 12:46:13 +07:00
2023-09-14 19:09:18 +02:00
2024-02-24 12:46:13 +07:00
2024-03-09 14:22:56 +07:00
2024-02-24 12:46:13 +07:00
2023-11-04 08:37:31 +01:00