Steps to reproduce
With all plugins turned off, and using the default theme, create a Mermaid chart like the following:
graph TD;
A["Long Node Name That Goes Over Edge and gets cut off"]
B["Tall Node that has<br>- a few extra lines<br>- like this one<br>- That also go over (???)"]
C["Missing padding"]
A --> B --> C
Expected result
I expected all text to be visible, with comfortable padding on both sides, like in this screenshot from mermaid.live:
Actual result
Screenshot from Obsidian v0.13.6, running on Windows 10:
Environment
- Operating system: Windows 10
- Obsidian version: v0.13.6
Additional information
I looked for an existing help topic for this, but I didn’t find any. I hope this isn’t a duplicate.