pydot: handle multiple dot images in one file

This commit is contained in:
2022-04-18 14:40:01 -05:00
parent 9a65dfffaf
commit 08305e26db
4 changed files with 48 additions and 5 deletions

View File

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