plantuml-syntax icon indicating copy to clipboard operation
plantuml-syntax copied to clipboard

Multi-line strings cannot have leading whitespaces.

Open MartyLake opened this issue 2 years ago • 1 comments

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

MartyLake avatar Mar 06 '23 10:03 MartyLake

Thank you for this bugreport!

I hope to have time to look into it soon...

aklt avatar Apr 08 '23 18:04 aklt