mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-14 19:07:41 +01: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>
|
||||
{% endblock %}
|
||||
{% 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 %}
|
||||
<script src="{{ path | url }}"></script>
|
||||
{% endfor %}
|
||||
|
@ -339,6 +339,7 @@ line {
|
||||
|
||||
/* Sequence message, loop and note text */
|
||||
.messageText,
|
||||
.loopText,
|
||||
.loopText > tspan,
|
||||
.noteText > tspan {
|
||||
font-family: var(--md-mermaid-font-family) !important;
|
||||
|
Loading…
Reference in New Issue
Block a user