Update dependency mdformat-admon to v2.0.6 (#12821)

This commit is contained in:
renovate[bot] 2024-08-12 01:59:14 +00:00 committed by GitHub
parent 71b8bf211f
commit cb364780b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -165,7 +165,7 @@ def main() -> None:
# Format rules docs
add_no_escape_text_plugin()
for rule_doc in Path("docs/rules").glob("*.md"):
mdformat.file(rule_doc, extensions=["mkdocs", "admonition", "no-escape-text"])
mdformat.file(rule_doc, extensions=["mkdocs", "admon", "no-escape-text"])
with Path("mkdocs.template.yml").open(encoding="utf8") as fp:
config = yaml.safe_load(fp)