You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The temporary workaround is to set the markdown-pdf.mermaidServer setting with https://unpkg.com/[email protected]/dist/mermaid.min.js or a newer version.
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
![image](https://user-images.githubusercontent.com/87670311/221225553-c409256f-9cf6-4393-a23a-f40594d39e9a.png)
The text was updated successfully, but these errors were encountered: