We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcb5449 + b656c16 commit 2d2d36bCopy full SHA for 2d2d36b
mkdocs_ansible_collection/plugin.py
@@ -36,7 +36,7 @@ def __init__(self, *args, **kwargs):
36
)
37
self.jinja_env = Environment(
38
loader=FileSystemLoader(package_files("mkdocs_ansible_collection") / "templates"),
39
- autoescape=select_autoescape(default=True),
+ autoescape=select_autoescape(["html", "htm", "xml"]),
40
trim_blocks=True,
41
lstrip_blocks=True,
42
0 commit comments