mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-30 10:36:35 +02:00
litner
This commit is contained in:
parent
a459174f98
commit
442b7ce0d3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user