Vincenzo Di Massa
Vincenzo Di Massa
I'm using the following function in my code. I have to use a trick to avoid flickering. Is there any downside to this technique? It generates a script that adds...
This code reproduces the problem on my machine. Using just newpage (without the procedure) is ok. ``` @startuml PKI !$one_page = 0 !procedure $newpage() !if $one_page == 0 newpage !endif...
What about this one? https://github.com/Enteee/plantuml-parser
Looks like this project is unmaintained, is anyone here?