Merge from upstream new-shapes branch

This commit is contained in:
Ashish Jain
2024-08-21 16:27:55 +02:00
83 changed files with 3351 additions and 1802 deletions

View File

@@ -1532,7 +1532,7 @@ direction LR
<script type="module">
import mermaid from './mermaid.esm.mjs';
import { layouts } from './mermaid-layout-elk.esm.mjs';
import layouts from './mermaid-layout-elk.esm.mjs';
mermaid.registerLayoutLoaders(layouts);
mermaid.parseError = function (err, hash) {};