1. 程式人生 > >通過pandoc,轉化markdown為docx和html

通過pandoc,轉化markdown為docx和html

pandoc blog cnblogs brush -o doc true .html ocx


轉化為docx

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


轉化為html

pandoc collection.markdown -o collection.html -s

  

通過pandoc,轉化markdown為docx和html