Hello,
I encounter following issue with Mermaid diagrams rendering on v3000.0.4:
Taking this document having few mermaid diagrams:
https://raw.githubusercontent.com/schuyler/macdown3000/refs/heads/main/assets/demo.md
By Default (by opening the document) no diagrams are rendered
I need to open settings , switch the theme, then Only the first one is rendered
When I switch the theme and clic refresh the diagram rendering fails even for the first one
- Also, Would it be possible to get Mermaid taking the full width of the preview pane ?
Example of mermaid version debug:
`
config:
theme: 'base'
themeVariables:
primaryColor: '#BB2528'
primaryTextColor: '#fff'
primaryBorderColor: '#7C0000'
lineColor: '#F8B229'
secondaryColor: '#006100'
tertiaryColor: '#fff'
graph TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
B --> G[/Another/]
C ==>|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
subgraph section
C
D
E
F
G
end
Hello,
I encounter following issue with Mermaid diagrams rendering on v3000.0.4:
Taking this document having few mermaid diagrams:
https://raw.githubusercontent.com/schuyler/macdown3000/refs/heads/main/assets/demo.md
By Default (by opening the document) no diagrams are rendered
I need to open settings , switch the theme, then Only the first one is rendered
When I switch the theme and clic refresh the diagram rendering fails even for the first one
Example of mermaid version debug:
`
config:
theme: 'base'
themeVariables:
primaryColor: '#BB2528'
primaryTextColor: '#fff'
primaryBorderColor: '#7C0000'
lineColor: '#F8B229'
secondaryColor: '#006100'
tertiaryColor: '#fff'