pandoc -f markdown -t docx ./test.md -o test.docx
如果 Github 风格的语法,需要将命令替换为:
pandoc -f markdown_github -t docx ./test.md -l test.docx
注:文件路径要书写正确
文章来源
本文标题:markdown 转换成word
本文链接:https://www.haomeiwen.com/subject/flygattx.html
网友评论