add todo
This commit is contained in:
parent
9f2ef9ec49
commit
fb6566adde
@ -133,3 +133,6 @@ html = markdown_convertion(md)
|
|||||||
# print(html)
|
# print(html)
|
||||||
with open("test.html", "w", encoding="utf-8") as f:
|
with open("test.html", "w", encoding="utf-8") as f:
|
||||||
f.write(html)
|
f.write(html)
|
||||||
|
|
||||||
|
|
||||||
|
# TODO: 列出10个经典名著
|
Loading…
x
Reference in New Issue
Block a user