Compare commits

..

No commits in common. "2ce271bf087a9ede5d564507a38b16802921cbd7" and "490f5003fc07893976cf6ed261d31dc711b59f47" have entirely different histories.

2 changed files with 5 additions and 1 deletions

View File

@ -46,7 +46,7 @@ if not os.path.isdir(dest_dir):
dummy_file = f"{dest_file}.bak"
open(dummy_file, 'w').close()
print(f"{src_file} -> {dummy_file}")
print(f"{dummy_file} -> {dummy_file}")
markdown.markdownFromFile(input=src_file, output=dummy_file, extensions=["fenced_code"])
print(f"{dummy_file} -> {dest_file}")
@ -81,3 +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"])

View File

@ -1,4 +1,5 @@
</div>
</div>
#include footer.html