plantuml-syntax
plantuml-syntax copied to clipboard
Multi-line strings cannot have leading whitespaces.
Hello, Thank you very much for creating this syntax plugin.
I have some big bubbles in an Activity diagram that I am trying to add some whitespace so it is easier to read. I wonder if it is possible to have multi-line strings in an Activity diagram that have leading whitespaces.
For example, I expect this snippet to stay the same after indent
:This multi-line string is ok.
But maybe I want this line to be whitespace indented;
But reality is that the whitespaces are lost after indent:
:This multi-line string is ok.
But maybe I want this line to be whitespace indented;
Best
Thank you for this bugreport!
I hope to have time to look into it soon...