Modify ↓
Opened 15 years ago
Closed 15 years ago
#6986 closed defect (fixed)
Issue with example
Reported by: | anonymous | Owned by: | Álvaro Iradier |
---|---|---|---|
Priority: | normal | Component: | PlantUmlMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Installation is easy, following the steps as described. But be carefull in using the example.
- No whitespaces should be between the left margin and
#!PlantUML
- Delete the unnecessary semicolon in the first code line
Alice ->; Bob
Code should look like this an everything works fine.
{{{ #!PlantUML @startuml Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response Alice -> Bob: Another authentication Request Alice <-- Bob: another authentication Response @enduml }}}
Thank you very much
... to the author and the contributors of PlantUML for this very usefull plugin!
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Thanks, it's now fixed.
I added the whitespaces because the preprocessor example itself is inside a preprocessor block, and I thought that Trac would missinterpret the closing }}} in the example, but looks like it works.