Add support for Markdown diagrams through Mermaid

Recommended extension from 
- https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid

Mermaid diagrams documentation
- https://mermaidjs.github.io/
This commit is contained in:
aloknnikhil 2020-06-28 18:20:41 -07:00 committed by GitHub
parent cde2306b82
commit b86be7c5ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,9 @@
"tchayen.markdown-links",
// Understated grayscale theme (light and dark variants)
"philipbe.theme-gray-matter"
"philipbe.theme-gray-matter",
// Mermaid diagrams support for VSCode
"bierner.markdown-mermaid"
]
}