incorporeal-cms/tests/instance/pages/test-invalid-graphviz.md
Brian S. Stephan 502adac89c
make the pydot syntax backwards compatible with code fences
without this, the code fence parser was getting thrown off if you didn't
have the pydot extension loaded, which was thwarting backwards
compatibility. this makes the pydot bits look like an attribute to the
vanilla parser, so at least then the vanilla markdown renders as
intended
2022-04-19 08:41:59 -05:00

106 B

test

test

    rankdir=LR
    Earth
    Mars
    Earth -> Mars
}

more test