This is a test of embedding PlantUML into a Markdown file in github using the Pegmatite chrome extension
This is some text describing some functionality which is too complex to be explained with just words. So there is a UML graphic explaining how things work embedded below.
@startuml
HTTP --> [Github] : Request site
[Github] --> [User Web Browser] : Get web site
[User Web Browser] --> [PlantUML Server] : Extension Detects a\nPlantUML code block\nand sends it to a server
[PlantUML Server] --> User : Returns a rendered\ngraphic and replaces\nthe code block
[User Web Browser] --> User : Renders the site
@enduml
This text assumes that you have seen the graphic and now tries again to explain that thing that was hard to explain.