Hi,
@startmindmap
<style>
.c1{
BackgroundColor lightgreen
}
.c2{
fontsize 26
}
</style>
+ hello<<c1>>
++ ok
@endmindmap
If I want to apply c1 and c2 style on the root, is it possible ?
I tried
- + hello<<c1>><<c2>>
- + hello<<c1 c2>>
- + hello<<c1,c2>>
- + hello<<c1;c2>>
But no result...
I would like to apply multiple classes on a node; like in HTML with CSS class
Thanks for your help.