esteinberg / plantuml4idea

Intellij IDEA plugin for PlantUML
Apache License 2.0
618 stars 111 forks source link

Error on saving with diagrams that have salt components #419

Open MarioAriasCMS opened 3 months ago

MarioAriasCMS commented 3 months ago

Hi,

First, thanks for your work.

Some of the salt components, e.g. buttons, require a space character after to render correctly:

{{
salt
{
<b>Transactions</b>
[New Transaction] 
Feb 27 2024 | __Repeat Transaction__
Jan 20 2024 | __Repeat Transaction__
Nov 18 2023 | __Repeat Transaction__
}}}

In this case, [New Transaction] requires a space.

On saving, the editor deletes any trailing space, breaking the diagram.

krasa commented 3 months ago

obrazek