mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-18 03:52:12 -04:00
Updated Mermaid.js to 10.7.0
This commit is contained in:
@@ -69,7 +69,7 @@ let sequence = 0
|
||||
*/
|
||||
function fetchScripts(): Observable<void> {
|
||||
return typeof mermaid === "undefined" || mermaid instanceof Element
|
||||
? watchScript("https://unpkg.com/mermaid@10.6.1/dist/mermaid.min.js")
|
||||
? watchScript("https://unpkg.com/mermaid@10.7.0/dist/mermaid.min.js")
|
||||
: of(undefined)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user