incorporeal-cms/incorporealcms
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
..
mdx initial crack at a block-level figure parser 2022-04-19 08:41:55 -05:00
static make the breadcrumbs and style menu a bit nicer 2022-03-24 22:41:34 -05:00
templates properly apply site wrap classes to style wide version 2021-06-03 07:52:01 -05:00
__init__.py don't route /media separately anymore 2021-04-17 11:16:34 -05:00
_version.py add setup.py with versioneer support 2020-03-07 00:29:17 -06:00
config.py initial crack at a block-level figure parser 2022-04-19 08:41:55 -05:00
error_pages.py add error handler pages for 400, 404, 500 2021-02-21 19:35:52 -06:00
lib.py create a "plain" style with next to no CSS 2021-03-09 09:10:33 -06:00
pages.py don't use system tz, display timestamps as UTC 2022-03-24 22:12:00 -05:00