Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Load mermaid asynchronously (#13778)
If mermaid is synchronously loaded, a slow load can prevent the sidebar navigation from displaying. Instead, we load mermaid asynchronously and then call `mermaidLoaded()` when it loads.
- Loading branch information