Merge branch 'master' into dependabot/pip/mkdocs-material-9.6.13

This commit is contained in:
Juro Oravec 2025-05-14 11:05:48 +02:00 committed by GitHub
commit 2eb9f5d43d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -170,7 +170,7 @@ pillow==11.2.1
# via
# cairosvg
# mkdocs-material
platformdirs==4.3.7
platformdirs==4.3.8
# via
# black
# mkdocs-get-deps

View file

@ -21,8 +21,7 @@ class HtmlAttrsNode(BaseNode):
Generate HTML attributes (`key="value"`), combining data from multiple sources,
whether its template variables or static text.
It is designed to easily merge HTML attributes passed from outside with the internal.
See how to in [Passing HTML attributes to components](../../guides/howto/passing_html_attrs/).
It is designed to easily merge HTML attributes passed from outside as well as inside the component.
**Args:**