Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mermaid Not Rendering #313

Closed
mgoppert opened this issue Feb 24, 2023 · 2 comments
Closed

Mermaid Not Rendering #313

mgoppert opened this issue Feb 24, 2023 · 2 comments

Comments

@mgoppert
Copy link

mgoppert commented Feb 24, 2023

We are using the latest version of VSCode (v1.75.1) along with Markdown PDF (v1.4.4). It appears all mermaid, no matter how simple, is no longer rendering as an image. The code shows instead. Is anyone else experiencing this?

Code

  ``` mermaid
  graph LR
      ID["App or Step Name"]

Renders
image

@b2m
Copy link

b2m commented Feb 24, 2023

Duplicate of #312 .

The temporary workaround is to set the markdown-pdf.mermaidServer setting with https://unpkg.com/mermaid@9.4.0/dist/mermaid.min.js or a newer version.

@philippvarga
Copy link

workaround works just fine, thx :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants