Changes between Version 14 and Version 15 of PlantUmlMacro


Ignore:
Timestamp:
Nov 25, 2012, 11:16:26 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Removed indentation so that example is easier to copy and paste.

Legend:

Unmodified
Added
Removed
Modified
  • PlantUmlMacro

    v14 v15  
    2323
    2424 1. As a !WikiProcessor with markup:
    25     {{{
    26     {{{
    27     #!plantuml
    28     @startuml
    29     Alice -> Bob: Authentication Request
    30     Bob --> Alice: Authentication Response
    31     Alice -> Bob: Another authentication Request
    32     Alice <-- Bob: another authentication Response
    33     @enduml
    34     }}}
    35     }}}
    36     * should render: [[BR]]
    37       [[Image(sequence.PNG)]]
     25 {{{
     26{{{
     27#!plantuml
     28@startuml
     29Alice -> Bob: Authentication Request
     30Bob --> Alice: Authentication Response
     31Alice -> Bob: Another authentication Request
     32Alice <-- Bob: another authentication Response
     33@enduml
     34}}}
     35 }}}
     36 [[Image(sequence.PNG)]]
    3837 1. More information on the PlantUML language and different types of UML diagrams can be found in [http://plantuml.sourceforge.net/sources.html PlantUML Website]
    3938