Opened 8 years ago

Last modified 3 years ago

#12673 accepted defect

cannot split diagrams using platuml — at Version 1

Reported by: tadupreez@… Owned by: Álvaro Iradier
Priority: normal Component: PlantUmlMacro
Severity: normal Keywords:
Cc: Trac Release:

Description (last modified by Ryan J Ollos)

using plant uml "newpage" to split multiple diagrams across a wiki page, is not working. using this code:

 @startuml

Alice -> Bob : message 1
Alice -> Bob : message 2

newpage

Alice -> Bob : message 3
Alice -> Bob : message 4

newpage A title for the\nlast page

Alice -> Bob : message 5
Alice -> Bob : message 6
@enduml

Change History (1)

comment:1 Changed 8 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.