We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a117c9 commit de16eb0Copy full SHA for de16eb0
docs/hooks/shortcodes.py
@@ -21,7 +21,7 @@
21
def on_page_markdown(markdown: str, *, page: Page, config: MkDocsConfig, files: Files) -> str:
22
'''Hook on_page_markdown event.'''
23
24
- return external(module(markdown, page, config, files))
+ return external(module(markdown, page, config, files), config, files)
25
26
#
27
# Supporting functions
0 commit comments