SHIMADA Kento
Results
1
comments of
SHIMADA Kento
I'm investigating this issue. it is caused by regex replacing as reported in the stacktrace above: ``` File "/usr/local/lib/python3.8/site-packages/mkdocs_git_revision_date_plugin/plugin.py", line 57, in on_page_markdown markdown = re.sub(r"\{\{(\s)*git_revision_date(\s)*\}\}", ``` The `repl` argument...