Skip to content

Commit de16eb0

Browse files
authored
Fix AVM shortcode (Azure#2815)
1 parent 6a117c9 commit de16eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hooks/shortcodes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
def on_page_markdown(markdown: str, *, page: Page, config: MkDocsConfig, files: Files) -> str:
2222
'''Hook on_page_markdown event.'''
2323

24-
return external(module(markdown, page, config, files))
24+
return external(module(markdown, page, config, files), config, files)
2525

2626
#
2727
# Supporting functions

0 commit comments

Comments
 (0)