correctly render fenced code blocks

This commit is contained in:
ktyl 2022-05-15 15:15:08 +01:00
parent cf32f59a8f
commit 52174385d9
1 changed files with 2 additions and 0 deletions

View File

@ -81,4 +81,6 @@ with open(dummy_file, 'r') as read_file, open(dest_file, 'w') as write_file:
os.remove(dummy_file)
print(f"{src_file} -> {dest_file}")
markdown.markdownFromFile(input=src_file, output=dest_file, extensions=["fenced_code"])