mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-02 15:16:49 +02:00
Remove class statement to show application of default class
This commit is contained in:
@@ -897,7 +897,6 @@ graph TD
|
||||
graph TD
|
||||
classDef default fill:#000,stroke:#000,stroke-width:4px,color:#fff
|
||||
default --> default2
|
||||
class default,default2 default
|
||||
`,
|
||||
{ htmlLabels: true, flowchart: { htmlLabels: true }, securityLevel: 'loose' }
|
||||
);
|
||||
|
Reference in New Issue
Block a user