http://eweiibe6tdjsdprb4px6rqrzzcsi22m4koia44kc5pcjr7nec2rlxyad.onion/help/administration/integration/plantuml.md
                                
                                
                                                                            The PlantUML
diagram delimiters @startuml / @enduml aren't required, as these are replaced
by the plantuml block: 
 
 
 Markdown files with the extension .md : 
 
 ``` plantuml 
 Bob -> Alice : hello 
 Alice -> Bob : hi 
 ``` 
 
 
 For additional acceptable extensions, review the
 languages.yaml file. 
 
 
 AsciiDoc files with the extension .asciidoc , .adoc , or .asc : 
 
 [plantuml, format="png", id="myDiagram", width="200px"] 
 ---- 
 Bob->Alice : hello...