美文网首页
markdown 转换成word

markdown 转换成word

作者: shameyou | 来源:发表于2017-04-14 21:36 被阅读303次

准备:

  • markdown转换工具:pandoc
    直接安装即可

步骤:

  • 运行命令行工具cmd:

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