Mermaid Integration

we haven’t added the latest version because it’s still buggy

1 Like

New news here?
I can’t seem to help myself noticing my Mermaid graphs are rendered “sub optimal” to say the least (see example)…

image

Does this happen with default theme?

It does.

I had the same problem. I think is from mermaid. squares are small or are predefined. I solved the problem with a html <br> / (permafrost of <br> Mentaal Framework)

1 Like

Nice!
I’ll try that one out!

OK. That worked.
Rather new to this Mermaid stuff:
Is their a way to add some spaces too (after a word)?
Typing spaces doesn’t help. The border of the shape is at the end of the word.
One space is accepted - More spaces = No effect

You have to add HTML code again. Add this &nbsp (as much as you need)

That actually what I was looking for.
Thx!

This


graph TD; 
	A-->B;
	A-->C; 
	B-->D; 
	C-->D;

created this
![image|156x285](upload://7RIVWeNOeVFugYpcjcnK35MoFlc.png)