VS插件+Pandoc实现md转doc

VS插件+Pandoc实现md转doc

VS插件+Pandoc实现md转doc

  1. Install vscode extension to realize previewing md file.
    Markdown preview enhanced
    image-KDrD.png
    In md editor, right-click then select 'MPE: 打开侧边预览'
  1. Install Pandoc software <installment website>
    Intall it by following default steps, and the results as follows
    image-jcBw.png
  1. set parms of MPE
    1746675737762.jpg
  1. If you need turn md into docx, you should add some statement at the top of md file <detailed info as shown in official document>
    (NOTE: when you have set successfully, maybe you need to restart computer to use pandoc.(maybe you will meet a question: you need set specfic output format) )
  2. image-PGhW.png
    Then open MPE, right-click and select ''export-pandoc'
    image-MjVo.png

NOTE: The original purpose is that transfer formula generated by AI corporate into word format(.docx). But the formula format in the word is latex or unicode, so if you want the format is mathtype, you need use pluge-in component, mathtype, to transfer format.

image-EcDs.png