转化为docx

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


转化为html

pandoc collection.markdown -o collection.html -s

  

相关文章: