通过pandoc,转化markdown为docx和html


转化为docx

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


转化为html

pandoc collection.markdown -o collection.html -s

  

posted @ 2017-10-11 11:28  北里闻箫  阅读(329)  评论(0编辑  收藏  举报