incorporeal-cms/tests
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
..
instance initial crack at a block-level figure parser 2022-04-19 08:41:55 -05:00
conftest.py use new-style tox.ini, add flake8-docstrings, add docstrings 2020-06-17 20:18:43 -05:00
functional_markdown_tests.py initial crack at a block-level figure parser 2022-04-19 08:41:55 -05:00
functional_tests.py clean up the default markdown configuration a bit 2022-04-19 06:45:32 -05:00
test_factory.py remove some self-specific stuff from settings 2021-11-01 23:27:00 -05:00
test_pages.py remove some self-specific stuff from settings 2021-11-01 23:27:00 -05:00