Salt diagrams ignore the 'caption' keywork and packages.

0 votes
asked Jul 11, 2019 in Bug by lockywolf (400 points)

Hello!

My we is the following:

#+begin_src plantuml :export both :file figure5-1-2.png
'allow_mixing
skinparam monochrome true
skinparam packageStyle rectange

'rectangle " " as pP1 {
salt
{
Name
Assumptions
Pre-conditions
Dialog
Post-conditions
Exceptions
Future Enhancements
Open Issues
}
'}

caption Use Case Narrative
#+end_src

I am using plantUML from the Emacs Org-mode, hence no @startuml/@enduml pair.

In this particular setup, 'caption' is just ignored.

If I uncomment the 'package' line and the corresponding }, the code doesn't compile. 

commented Jul 11, 2019 by albert (3,520 points)

1 Answer

0 votes
answered Oct 6, 2020 by The-Lu (63,920 points)

Hello L.,

With the new version 1.2020.18, this is fixed.


[See on PlantUML server]

Thanks to PlantUML team,
Regards,
Th.

...