Documentation

This commit is contained in:
squidfunk 2025-03-26 11:59:48 +01:00
parent 646c7ab30d
commit e66107eb86
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
1 changed files with 6 additions and 0 deletions

View File

@ -933,3 +933,9 @@ listing entirely:
```
If this setting is left empty, no tags or pages are excluded.
## Limitations
The implementation of the tags plugin is tricky due to MkDocs architecture.
Notably, tag listing markers cannot appear within code blocks. For technical
details, refer to #8114.