Skip to content

Commit 03e87fe

Browse files
committed
Add **kwargs to mkdocs events to support future versions
1 parent ccfbf39 commit 03e87fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs_git_authors_plugin/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def on_page_content(self, html, page, config, files, **kwargs):
102102
)
103103
return html
104104

105-
def on_page_markdown(self, markdown, page, config, files):
105+
def on_page_markdown(self, markdown, page, config, files, **kwargs):
106106
"""
107107
Replace jinja tags in markdown.
108108

0 commit comments

Comments
 (0)