mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 07:19:41 +02:00
Fix if theme inclusion for classDiagrams
This commit is contained in:
@@ -14,7 +14,7 @@ const themes = {
|
|||||||
'flowchart-v2': flowchart,
|
'flowchart-v2': flowchart,
|
||||||
sequence,
|
sequence,
|
||||||
gantt,
|
gantt,
|
||||||
classDiagram,
|
class: classDiagram,
|
||||||
'classDiagram-v2': classDiagram,
|
'classDiagram-v2': classDiagram,
|
||||||
stateDiagram,
|
stateDiagram,
|
||||||
state: stateDiagram,
|
state: stateDiagram,
|
||||||
|
Reference in New Issue
Block a user