Files
hdhdjshxh/task2/project/doc/to_docx.py
louiscklaw a14cfa137f update,
2025-02-01 02:01:48 +08:00

7 lines
138 B
Python

from Markdown2docx import Markdown2docx
print("writing Q9950_GetDocx")
project = Markdown2docx('test')
project.eat_soup()
project.save()