Skip to content

Commit 90099c8

Browse files
committed
Other modification (#11)
1 parent ab4e4ea commit 90099c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/alter_markdown/hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
MY_VARIABLES = {"x": 5, "y": 12, "message": 'hello world'}
77

88

9-
def on_page_markdown(markdown:str, *args, **kwargs) -> str | None:
9+
def on_page_markdown(markdown:str, *args, **kwargs) -> str:
1010
"""
1111
Process the markdown template, by interpolating the variables
1212

0 commit comments

Comments
 (0)