1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00

Update mermaid

This commit is contained in:
Laurent Cozic 2020-10-28 12:10:35 +00:00
parent 04cfd07176
commit 591bceb8ef
2 changed files with 6 additions and 23 deletions

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@ function mermaidReady() {
// <h1 id="mermaid">Mermaid</h1>
//
// And that's going to make the lib set the `mermaid` object to the H1 element.
// So below, we double-check that what we have really is an instance of the library.
// So below, we double-check that what we have really is an instance of the library.
return typeof mermaid !== 'undefined' && mermaid !== null && typeof mermaid === 'object' && !!mermaid.init;
}