incorporeal-cms/tests/instance/pages/test-graphviz.md
Brian S. Stephan da055acda6 provide markdown extension to render graphviz
this is server side, and a more standard format, and thus I like it more
than mermaid, which I've been using at work. but, I really wanted a
server-side option (see my manifesto) for drawing relationship graphs,
for D&D stuff of all things.

this adds an optional 'graphviz' feature to package installation which
consequently depends on pydot
2021-06-24 09:46:26 -05:00

114 B

test

test

digraph G {
    rankdir=LR
    Earth
    Mars
    Earth -> Mars
}

more test