example: \`\`\`plantuml @startuml Bob -> Alice : hello @enduml \`\`\` Hope this can render as a nice sequence diagram directly in the wiki page. Thanks.
example:
```plantuml
@startuml
Bob -> Alice : hello
@enduml
```
Hope this can render as a nice sequence diagram directly in the wiki page.
Thanks.