Hi, I'm a new to plantuml. I'm trying to draw a mindmap in which the content of a few nodes span multiple lines. In those nodes, the text is not center aligned, but left aligned. How can I get center text alignment in those node. I tried this-
<style>
node{
HorzontalAlignment center
}
</style>
But, there is no effect. Can someone help.