Skip to content

Commit 5985a5e

Browse files
committed
Fix
1 parent 5cf46d6 commit 5985a5e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/usage/mermaid-diagrams.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you want to render Mermaid diagrams in your Runme Notebooks it can actually b
88

99
### Install the VS Code extension
1010

11-
Either from [this link](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid) or in the VS Code extension panel, search for "Markdown Preview Mermaid Support".
11+
Either from [this link](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid) or in the VS Code extension panel, search for "Markdown Preview Mermaid Support". We recommend adding `bierner.markdown-mermaid` to your project's `.vscode/extensions.json` file.
1212

1313
### Put the following syntax in a Markdown block
1414

@@ -26,9 +26,9 @@ C-->D;
2626

2727
![Mermaid example](/img/mermaid.svg)
2828

29-
### If you need to render the source of a Mermaid diagram, add the following annotation:
29+
### If you want a cell do display the source of a Mermaid diagram, add the following annotation:
3030
````text
31-
```mermaid {"transform":"false"}
31+
```mermaid {"transform":"true"}
3232
graph TD;
3333
A-->B;
3434
A-->C;

0 commit comments

Comments
 (0)