安装:
https://www.pandoc.org/installing.html
pandoc -f markdown -t html ./test.md | pandoc -f html -t docx -o output.docx
Pandoc是一个强大的文档转换工具,支持多种格式如Markdown和HTML之间的转换。按照https://www.pandoc.org/installing.html的指引安装后,可以使用命令行工具进行文件转换,例如将Markdown文件转换为DOCX格式:pandoc-fmarkdown-thtml./test.md|pandoc-fhtml-tdocx-ooutput.docx。
安装:
https://www.pandoc.org/installing.html
pandoc -f markdown -t html ./test.md | pandoc -f html -t docx -o output.docx
1154
1万+

被折叠的 条评论
为什么被折叠?