Steps to reproduce
Create note with mermaid diagram:
flowchart LR
sp[Sample Population] --> Bootstrap
subgraph Bootstrap
bp[Bootstrap Population] --> Analysis
Analysis --> Statistic
end
Bootstrap --> am[Accuracy Measure]
Publish note and open in Firefox.
Expected result
How it looks in the application:
Actual result
How it looks published in Firefox:
Environment
- Operating system: Windows 10
- Obsidian version: 0.10.2
- Browser: Firefox 84.0
- No custom Publish CSS
Additional information
Works in Chrome when published and in Firefox when using the Mermaid Live Editor:
All the best,
Peter