Skip to content

Mermaid not rendering in the preview #210

Closed
@mathomp4

Description

@mathomp4

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:

Screenshot 2023-07-13 at 11 33 39 AM

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions