Skip to content

Instantly share code, notes, and snippets.

@Jbat1Jumper
Last active October 19, 2018 22:02
Show Gist options
  • Save Jbat1Jumper/ec12aa5305316ef65ebf8064f2c73cbf to your computer and use it in GitHub Desktop.
Save Jbat1Jumper/ec12aa5305316ef65ebf8064f2c73cbf to your computer and use it in GitHub Desktop.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment