incorporeal-cms/tests/instance/pages
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
..
media don't route /media separately anymore 2021-04-17 11:16:34 -05:00
no-index-dir don't error on breadcrumbs if a dir doesn't have index.md 2021-04-14 21:35:14 -05:00
subdir use request path as an alternative to Title metadata 2021-02-20 22:43:42 -06:00
subdir-with-title show some navigation on every page 2020-03-15 20:33:23 -05:00
actually-a-png.md add error handler pages for 400, 404, 500 2021-02-21 19:35:52 -06:00
bss-square-no-bg.png allow for serving files directly inside pages/ 2021-04-14 20:45:50 -05:00
custom-template.md allow pages to specify different templates 2021-04-30 19:41:39 -05:00
figures.md initial crack at a block-level figure parser 2022-04-19 08:41:55 -05:00
foo.txt allow for serving files directly inside pages/ 2021-04-14 20:45:50 -05:00
forced-no-title.md move site suffix into title always 2021-02-20 23:21:29 -06:00
index.md rename journal module to pages 2020-03-07 14:11:12 -06:00
mdash-or-triple-dash.md user-selectable light and dark themes 2020-10-30 00:19:19 -05:00
more-metadata.md test multi-line metadata entries 2021-01-17 23:58:57 -06:00
no-title.md rename journal module to pages 2020-03-07 14:11:12 -06:00
redirect.md allow markdown files to specify a redirect 2021-06-06 22:24:35 -05:00
symlink-to-foo.txt treat symlinks as redirects 2021-04-15 21:44:02 -05:00
symlink-to-no-title.md treat symlinks as redirects 2021-04-15 21:44:02 -05:00
symlink-to-subdir make request -> instance conversion support symlink dirs 2021-04-17 10:31:05 -05:00
test-graphviz.md provide markdown extension to render graphviz 2021-06-24 09:46:26 -05:00
test-invalid-graphviz.md handle graphviz parsing errors more cleanly 2021-06-24 11:37:57 -05:00