We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4e4ea commit 90099c8Copy full SHA for 90099c8
test/alter_markdown/hooks.py
@@ -6,7 +6,7 @@
6
MY_VARIABLES = {"x": 5, "y": 12, "message": 'hello world'}
7
8
9
-def on_page_markdown(markdown:str, *args, **kwargs) -> str | None:
+def on_page_markdown(markdown:str, *args, **kwargs) -> str:
10
"""
11
Process the markdown template, by interpolating the variables
12
0 commit comments