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
This commit is contained in:
2021-06-24 09:46:26 -05:00
parent 1583e3be99
commit da055acda6
7 changed files with 113 additions and 14 deletions

View File

@@ -0,0 +1,12 @@
# test
test
~~~pydot:attack-plan
digraph G {
rankdir=LR
Earth
Mars
Earth -> Mars
}
~~~
more test