Support for explicit line separators so PUML in IMG tag can be easily managed.

0 votes
asked Nov 5, 2019 in Wanted features by John
I have developed a internal site that genererates inline diagrams in HTML, but for doing this it requires a line separator such as the semicolon so it is visualy good. 
I did this with intermedia DiagramGenerator that replaces the semicolon with the line separator.
The proposal is for plantuml to support an explicit line separator, that can be used as in the following example
<img src="http://pumlinline/redirect/
actor User;
User --> Wiki;
Wiki --> DiagramGenerator : Request;
;
DiagramGenerator --> GitRepository : GetFile;
DiagramGenerator --> PlantUml : GetRedirect;
DiagramGenerator --> Wiki : Redirect;
Wiki --> PlantUml : GetCachedImage;
" />
<!-- Please note that lines in the example are separated with semicolon -->
<!-- Blank lines are not supported-->

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...