I haven't found a particularly convenient tool to write markdown, and I tried vscode in the past two days, and I was amazed, so I would like to record it.
###1. Install vscode The reason why I am verbose to install it is because the installation version is obviously not as easy to use as the unzipped green version, so I hereby mark it!
###2. Install the markdown plugin vscode supports Markdown by default, and only need to install a preview plugin: Markdown Preview Enhanced. In addition to the usual functions, two in particular are proposed:
(1) Image
Markdown Preview Enhanced supports mermaid, PlantUML, WaveDrom, GraphViz, Vega & Vega-lite, and Ditaa image rendering internally. You can also render images like TikZ, Python Matplotlib, Plotly, etc. by using Code Chunk.
(2)Code Chunk
Markdown Preview Enhanced supports rendering code runs!!
When you've tried Code Chunk, you'll know why it's an artifact! What does it feel like to draw pictures all in code?
|