We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b68bf commit ec7408aCopy full SHA for ec7408a
docs/_scripts/macros.py
@@ -77,7 +77,5 @@ def define_env(env: macros.MacrosPlugin) -> None:
77
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#adding-annotations
78
env.variables["code_annotation_marker"] = _CODE_ANNOTATION_MARKER
79
80
- # TODO(cookiecutter): Add any other macros, variables and filters here.
81
-
82
# This hook needs to be done at the end of the `define_env` function.
83
_hook_macros_plugin(env)
0 commit comments