Skip to content

Instantly share code, notes, and snippets.

@TotallyInformation
Last active December 14, 2018 12:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save TotallyInformation/bbc1f6e6c22627b8b26d04be10459f75 to your computer and use it in GitHub Desktop.
Example of GitHub Markdown & Gravizo

Alt text

custom_mark10 digraph G { size ="4,4"; main [shape=box]; main -> parse [weight=8]; parse -> execute; main -> init [style=dotted]; main -> cleanup; execute -> { make_string; printf}; init -> make_string; edge [color=red]; main -> printf [style=bold,label="100 times"]; make_string [label="make a string"]; node [shape=box,style=filled,color=".7 .3 1.0"]; execute -> compare; } custom_mark10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment