update,
This commit is contained in:
6
hdhdjshxh/task2/project/doc/to_docx.py
Normal file
6
hdhdjshxh/task2/project/doc/to_docx.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from Markdown2docx import Markdown2docx
|
||||
|
||||
print("writing Q9950_GetDocx")
|
||||
project = Markdown2docx('test')
|
||||
project.eat_soup()
|
||||
project.save()
|
Reference in New Issue
Block a user