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
Mermaid diagrams with invisible links result in displaying the markdown text instead of a diagram when attempting to export JPEG. The temporary HTML page that is generated does support the invisible links.
Code example that renders here correctly but fails on Export to JPEG:
%%{
init: {
'theme': 'base',
'themeVariables': {
'lineColor': '#646468',
'fontFamily': "century gothic"
}
}
}%%
flowchart LR
classDef Domain fill:#193062,color:#FFF,stroke:#646468
classDef Subdomain fill:#FAE073,color:#646468,stroke:#646468
classDef Hub fill:#E9E9E9,color:#646468,stroke:#646468
d(Domain):::Domain
s(Subdomain):::Subdomain
h[(Hub)]:::Hub
d ~~~ s ~~~ h
Mermaid diagrams with invisible links result in displaying the markdown text instead of a diagram when attempting to export JPEG. The temporary HTML page that is generated does support the invisible links.
Code example that renders here correctly but fails on Export to JPEG:
Windows 10
VS Code 1.89.0
Markdown PDF 1.5.0
Mermaid Server https://cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.js (also fails with https://unpkg.com/browse/[email protected]/dist/mermaid.min.js).
The text was updated successfully, but these errors were encountered: