mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
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:
parent
cde2306b82
commit
b86be7c5ce
1 changed files with 4 additions and 1 deletions
5
.vscode/extensions.json
vendored
5
.vscode/extensions.json
vendored
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue