Support for mermaid diagram configurations

Use case or problem

The current mermaid diagram support is very limited. The rendered diagram ignores custom configurations, like the renderer used. I have complex flow diagrams that look very messy in obsidian because the connections are rendered as curved lines. This can be fixed simply by changing the renderer to elk, but obsidian doesn’t support this.

Proposed solution

Include a more full-fledged mermaid diagram app within obsidian, allowing configurations to be passed and interpreted.

Current workaround (optional)

Currently I just use obsidian to keep the code, but copy and paste it to the mermaid live editor to look at it. It’s a workaround but tedious.

Same feature request