chore: Remove all non async render/parse/init

This commit is contained in:
Sidharth Vinod
2023-02-19 01:10:15 +05:30
parent 45adc5fb6b
commit d22e8d92c6
13 changed files with 32 additions and 367 deletions

View File

@@ -276,6 +276,4 @@ From version 9.4.0 you can simplify this code to:
</script>
```
Note that more complex integrations that use the **render** function directly need to use the **renderAsync** method instead in order to render mind maps.
You can also refer the implementation in the live editor [here](https://github.com/mermaid-js/mermaid-live-editor/blob/develop/src/lib/util/mermaid.ts) to see how the async loading is done.