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 582d222 commit 86c7d09Copy full SHA for 86c7d09
docs/_scripts/macros.py
@@ -75,8 +75,8 @@ def _hook_macros_plugin(env: macros.MacrosPlugin) -> None:
75
update_env = python_handler.update_env
76
77
# override the `update_env` method of the Python handler
78
- def patched_update_env(markdown: md.Markdown, config: dict[str, Any]) -> None:
79
- update_env(markdown, config)
+ def patched_update_env(md: md.Markdown, config: dict[str, Any]) -> None:
+ update_env(md=md, config=config)
80
81
# get the `convert_markdown` filter of the env
82
convert_markdown = python_handler.env.filters["convert_markdown"]
0 commit comments