The svg graphs are just generated from extracting markdown links. Right now it's a bash script that writes dot code to a file, and then the dot is compiled to svg... I really need to switch that bash script to jinja or anything a little more serious.
I saw that there's a diagram/graphvix thing in pandoc too - is pandoc doing the svg graphs, or something else doing the autogeneration?