-
Create a .puml file, for this gist I'm creating a file below named testuml.puml
-
Open ()[http://plantuml.com/plantuml/form] to edit a new .puml document
-
Use the
!includeurl
and provide the URL of your .puml file stored in github (RAW)
@startuml
!includeurl https://gist.githubusercontent.com/emaldonadot/ff6c422f7963fb3a2144328400bb67ff/raw/74a0539224742d3a25f2ca6b9a3898a637a16219/testuml.puml
@enduml
- Obtain the generated URL in the plantuml server form and use markdown to include an image from an url

- Change the
/png/
to/svg/
to obtain the svg format of the UML diagram.

This is extremly useful. Thanks a lot for the useful gist.