geändert: md2html.py
This commit is contained in:
parent
e0e0c3f00c
commit
d146866ae1
1 changed files with 0 additions and 1 deletions
|
@ -23,6 +23,5 @@ with open(mdfile, "r", encoding="utf-8") as datafile:
|
|||
md = datafile.read()
|
||||
htmlcontent = markdown.markdown(md, extras=markdown.Markdown.extras)
|
||||
|
||||
|
||||
with open(htmlfilename, "w", encoding="utf-8") as outfile:
|
||||
outfile.write(myhead + htmlcontent + myfooter)
|
||||
|
|
Loading…
Reference in a new issue