Compare commits

..

1 Commits

Author SHA1 Message Date
ktyl c843608025 update ppp
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2022-10-04 22:01:51 +01:00
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