Hi,
the following is of course working
@startmindmap
<style>
node {
BackgroundColor red
}
</style>
+ A
++ B
@endmindmap
this also works (the syntax error is not yet thrown)
@startuml
:{{mindmap
<style>
</style>
+ A
++ B
}};
@enduml
But this is KO I have a Syntax Error ( tested on 1.2024.4beta6 )
@startuml
:{{mindmap
<style>
node {
BackgroundColor red
}
</style>
+ A
++ B
}};
@enduml
Is it a way of adding style on embedded diagram ?
thanks