Closed
Description
I'm feeling kind of dumb here, but I can't seem to get this extension to work with even a simple case.
To wit, I have a test markdown file of:
## Test
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```
but I see:
And the only "Mermaid" related extensions I have are this in v1.19.0 and a syntaxer, but disabling the latter doesn't seem to help.
I'm sure I've done something bad, but I'm also mainly a Fortran programmer that uses Vim so VS Code often confuses me. VS Code extensions, doubly so!
VSCode Info:
Version: 1.80.0 (Universal)
Commit: 660393deaaa6d1996740ff4880f1bad43768c814
Date: 2023-07-04T13:39:33.766Z
Electron: 22.3.14
ElectronBuildId: 21893604
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Darwin arm64 22.5.0
Metadata
Metadata
Assignees
Labels
No labels