[[!meta title="PlantUML test"]] # PlantUML test page Everything is OK, if you don't see any source code (PlantUML or Ikiwiki) on this page. ## Code block syntax Embedded PlantUML diagram generated from tab-indented source: @startuml Alice -> Bob: Hello Bob -> Alice: Hello @enduml And another one with space indentation: @startuml Alice -> Bob: Hello Bob -> Alice: Hello @enduml Extra whitespace in diagram code: @startuml title Test Alice -> Bob: Hello Bob -> Alice: Hello @enduml Special characters (regex) in diagram code: @startuml [Alice] -> [Bob]: Hello [Bob] -> [Alice]: Hello @enduml ## External file syntax External PlantUML file: And one more with Pandoc-style triple dash: