I'm still experimenting with this, but I will eventually make a blog based on these articles.
You can read this in github in the meantime
Note: VSCode should recommend you to install them all when you open this project
- Markdown All in One
ext install yzhang.markdown-all-in-one
- Markdown Paste
ext install telesoho.vscode-markdown-paste-image
- markdownlint
ext install davidanson.vscode-markdownlint
code --install-extension svsool.markdown-memo &
code --install-extension yzhang.markdown-all-in-one &
code --install-extension telesoho.vscode-markdown-paste-image &
code --install-extension davidanson.vscode-markdownlint &
code --install-extension gruntfuggly.auto-snippet &