Modify

Opened 14 years ago

Closed 14 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)

Change History (1)

comment:1 Changed 14 years ago by Álvaro Iradier

Resolution: fixed
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Álvaro Iradier.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.