Skip to content

Commit

Permalink
Fixed Markdown formatted nodes in Mermaid.js
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 28, 2024
1 parent f55ce2c commit 335dd3a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 38 deletions.
29 changes: 0 additions & 29 deletions material/templates/assets/javascripts/bundle.c18c5fb9.min.js

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion material/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.c18c5fb9.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.e1c3ead8.min.js' | url }}"></script>
{% for script in config.extra_javascript %}
{{ script | script_tag }}
{% endfor %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ g.stateGroup .composit {
}

/* State node label */
.nodeLabel {
.nodeLabel,
.nodeLabel p {
color: var(--md-mermaid-label-fg-color);
font-family: var(--md-mermaid-font-family);
}
Expand Down

0 comments on commit 335dd3a

Please sign in to comment.