mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-27 19:29:38 +02:00
Different hanlding of icons for circles
This commit is contained in:
@@ -92,9 +92,11 @@ mindmap
|
||||
GrandChild1
|
||||
GrandChild2
|
||||
Child3(Child 3 has a long wrapped text as well)
|
||||
::icon(mdi mdi-alarm)
|
||||
GrandChild3
|
||||
GrandChild4
|
||||
Child4((Child Num 4<br>with<br>wrap text))
|
||||
::icon(mdi mdi-alarm)
|
||||
GrandChild5[With<br>icon<br>one<br>two<br>three]
|
||||
::icon(mdi mdi-numeric-8-circle)
|
||||
GrandChild6sakdjhfkla jhklasjfh klj
|
||||
@@ -372,7 +374,7 @@ flowchart TD
|
||||
};
|
||||
mermaid.initialize({
|
||||
// theme: 'dark',
|
||||
// theme: 'base',
|
||||
theme: 'base',
|
||||
// arrowMarkerAbsolute: true,
|
||||
// themeCSS: '.edgePath .path {stroke: red;} .arrowheadPath {fill: red;}',
|
||||
flowchart: {
|
||||
|
Reference in New Issue
Block a user