PlantUml

PlantUml
Author

Gary Newport

Published

Friday, February 8, 2019

PlantUML is not directly supported by GitHub, but its still possible. Basically we pass your puml file to PlantUML to generate, and they return a PNG which gets included in the page

PlantUML is a text descriptive language which gets converted into UML and other types of graphs So this :-

PlantUML Diagram

would produce this :-

PlantUml flowchart

A more complex example :-

![PlantUml flowchart](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.github.com/
newportg/newportg.github.io/assets/Plantuml/test.puml)

PlantUml flowchart