Replies: 1 comment
-
|
There isn't a dedicated "spacing" config for block diagrams right now. The One option that might help without adding explicit spacer blocks — you can try using the If that doesn't work, your best bet is probably using CSS to adjust the spacing if you're rendering in a web context. The SVG output uses In Obsidian specifically, you could add a CSS snippet that targets the mermaid block diagram elements to add some margin between them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a simple block diagram in Obsidian, with arrows between the blocks. The blocks are so close together the arrows are almost invisible.
How can I set an overall spacing for the grid of blocks?
I know I can add "space" blocks, but that would mean having to add columns, rows and spaces throughout.
Example of desired diagram:
With "space" blocks it would be:
In D2 I can set the grid spacing. Can I do it in Mermaid?
Beta Was this translation helpful? Give feedback.
All reactions