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