yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
1.01k stars 206 forks source link

Mermaid Not Rendering #313

Closed mgoppert closed 1 year ago

mgoppert commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

workaround works just fine, thx :)