docs: v10 breaking changes

This commit is contained in:
Sidharth Vinod
2023-02-21 21:35:54 +05:30
parent fe2ef5e0c6
commit b868777184
7 changed files with 261 additions and 179 deletions

View File

@@ -46,7 +46,7 @@ const contentLoaded = async function () {
await mermaid2.registerExternalDiagrams([externalExample]);
mermaid2.initialize(graphObj.mermaid);
await mermaid2.init();
await mermaid2.run();
markRendered();
}
};