摘要: 命令行窗口执行: pandoc test.md -o test.docx 命令行执行以上命令就可以将markdown转成word. 参数释义: pandoc -f docx -t markdown -o output.md input.docx -f docx:指定源文件为 docx 格式(from 阅读全文
posted @ 2022-09-06 14:44 shan_zhayidian 阅读(113) 评论(0) 推荐(0) 编辑