Closed mgoppert closed 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
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.
markdown-pdf.mermaidServer
https://unpkg.com/mermaid@9.4.0/dist/mermaid.min.js
workaround works just fine, thx :)
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
Renders