incorporeal-cms/incorporealcms/mdx
Brian S. Stephan f15d955067
initial crack at a block-level figure parser
I didn't like the other figure + figcaption parsers, they either assumed
a lot about usage (e.g. images only), or they were inline parsers that
either wrapped the figure in a paragraph tag (which is incorrect syntax)
or did span trickery (annoying)

so, this handles images and maybe other things, and does things properly
with figures as their own blocks. incomplete but it works with my
images, and should allow for looping (for multi-line content) in the
future?
2022-04-19 08:41:55 -05:00
..
__init__.py provide markdown extension to render graphviz 2021-06-24 09:46:26 -05:00
figures.py initial crack at a block-level figure parser 2022-04-19 08:41:55 -05:00
pydot.py eliminate warnings about how we register the pydot markdown extension 2021-11-03 14:16:18 -05:00