Documentation

This commit is contained in:
squidfunk
2025-03-26 11:59:48 +01:00
parent 646c7ab30d
commit e66107eb86

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.