This commit is contained in:
+1
-4
@@ -29,10 +29,7 @@ def main():
|
||||
|
||||
# process filelist
|
||||
for infile in filelist:
|
||||
# create filenames
|
||||
outfile = destdir / infile.name
|
||||
outfile = outfile.with_suffix(".html")
|
||||
outfilepdf = outfile.with_suffix(".pdf")
|
||||
print(f"processing '{infile}'...")
|
||||
|
||||
# md -> html
|
||||
print(f"processing '{infile}' to html")
|
||||
|
||||
Reference in New Issue
Block a user