Rider-2.Word转MD
小于 1 分钟
word转md
1.下载pandoc.exe
https://github.com/jgm/pandoc/tree/3.1.9
2.安装
3. Powershell或者CMD

pandoc input.docx -o output.md
请替换
input.docx
为你的Word文档文件名,output.md
为你想要生成的Markdown文件名。
4.批量导出图片

5.命名修改



https://github.com/jgm/pandoc/tree/3.1.9
pandoc input.docx -o output.md
请替换
input.docx
为你的Word文档文件名,output.md
为你想要生成的Markdown文件名。