mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated Mermaid.js to 9.4.3
This commit is contained in:
parent
33aeeaa007
commit
6a4be6b723
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -240,7 +240,7 @@
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script src="{{ 'assets/javascripts/bundle.19047be9.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.407015b8.min.js' | url }}"></script>
|
||||
{% for path in config.extra_javascript %}
|
||||
<script src="{{ path | url }}"></script>
|
||||
{% endfor %}
|
||||
|
@ -78,6 +78,7 @@ marker {
|
||||
.edgePath .path,
|
||||
.flowchart-link {
|
||||
stroke: var(--md-mermaid-edge-color);
|
||||
stroke-width: .05rem;
|
||||
}
|
||||
|
||||
/* Flowchart arrow head */
|
||||
@ -99,12 +100,12 @@ marker {
|
||||
}
|
||||
|
||||
/* Flowchart markers */
|
||||
defs #flowchart-circleStart,
|
||||
defs #flowchart-circleEnd,
|
||||
defs #flowchart-crossStart,
|
||||
defs #flowchart-crossEnd,
|
||||
defs #flowchart-pointStart,
|
||||
defs #flowchart-pointEnd {
|
||||
g #flowchart-circleStart,
|
||||
g #flowchart-circleEnd,
|
||||
g #flowchart-crossStart,
|
||||
g #flowchart-crossEnd,
|
||||
g #flowchart-pointStart,
|
||||
g #flowchart-pointEnd {
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
|
@ -69,7 +69,7 @@ let sequence = 0
|
||||
*/
|
||||
function fetchScripts(): Observable<void> {
|
||||
return typeof mermaid === "undefined" || mermaid instanceof Element
|
||||
? watchScript("https://unpkg.com/mermaid@9.3.0/dist/mermaid.min.js")
|
||||
? watchScript("https://unpkg.com/mermaid@9.4.3/dist/mermaid.min.js")
|
||||
: of(undefined)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user