Mermaid cutting off text

What I’m trying to do

Since the new Update (v1.8.3) the mermaid rendering doesn’t work for long text in my main vault anymore. It cuts off text when the text is to long. Weird thing is it only happens in my main vault.

Code:

graph LR

    0("Cutting off text")
    1("This is a long text to demonstrate")

    0 --> 1

Output:
image

Expected output:
image

Things I have tried

  • Disabled all plugins
  • Disable all css
  • Disable Theme
  • Install Obsidian with newest installer
  • In sandbox vault it works
  • If I create new vault it works as well

Im running out of ideas. If I disable everything in my main vault why on earth does it not work?

This should be fixed in an upcoming build.

1 Like