首页 > Web开发 > 详细

通过pandoc,转化markdown为docx和html

时间:2017-10-11 12:17:59      阅读:278      评论:0      收藏:0      [点我收藏+]


转化为docx

pandoc -f markdown -t docx collection.markdown -o api.docx


转化为html

pandoc collection.markdown -o collection.html -s

  

通过pandoc,转化markdown为docx和html

原文:http://www.cnblogs.com/codeaaa/p/7649717.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!