keksnet911 downloadsBrings back the elk (Eclipse Layout Kernel) renderer for Mermaid diagrams.
This plugins brings back support for the elk (eclipse layout kernel) renderer for mermaidJS.
To switch to the renderer you can prepend your mermaid diagram with the following code:
---
config:
layout: "elk"
---
%% Your mermaid code here...
Have fun!
This plugin strongly depends on @mermaid-js/layout-elk. Please support that project if you like it.