mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed alternative fragments in Mermaid diagrams
This commit is contained in:
parent
23730a1f15
commit
fc6a368d6b
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>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script src="{{ 'assets/javascripts/bundle.6ca897f9.min.js' | url }}"></script>
|
<script src="{{ 'assets/javascripts/bundle.931116ca.min.js' | url }}"></script>
|
||||||
{% for path in config.extra_javascript %}
|
{% for path in config.extra_javascript %}
|
||||||
<script src="{{ path | url }}"></script>
|
<script src="{{ path | url }}"></script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -339,6 +339,7 @@ line {
|
|||||||
|
|
||||||
/* Sequence message, loop and note text */
|
/* Sequence message, loop and note text */
|
||||||
.messageText,
|
.messageText,
|
||||||
|
.loopText,
|
||||||
.loopText > tspan,
|
.loopText > tspan,
|
||||||
.noteText > tspan {
|
.noteText > tspan {
|
||||||
font-family: var(--md-mermaid-font-family) !important;
|
font-family: var(--md-mermaid-font-family) !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user