docx To markdown

mac 下:

textutil-convert html file.doc-stdout|pandoc-f html-t markdown-o file.md

这种方式对中文支持不是很友好,需要转换中文的话用起来很麻烦。

又发现一个新的神器 git地址:https://github.com/benbalter/word-to-markdown

演示地址:http://word-to-markdown.herokuapp.com/

你可能感兴趣的:(docx To markdown)