incorporeal-cms/incorporealcms
Brian S. Stephan 4f45943775 initialize markdown on a per-page basis
the footnote extra expects to only parse one document over the Markup's
lifetime, and writes the footnotes to the bottom of every page that is
rendered (again assuming only one) with links back to the reference

having one parser for the entire app, naturally, introduced
ever-increasing footnote links and every footnote on the site showing up
on every page. this was not intended

in some light testing, doing this per-request has a nominal effect on
performance
2021-02-11 18:17:26 -06:00
..
static tweak the base text line height, again 2021-02-11 09:35:21 -06:00
templates add html tag in order to specify lang="en" 2021-02-11 09:36:24 -06:00
__init__.py initialize markdown on a per-page basis 2021-02-11 18:17:26 -06:00
_version.py add setup.py with versioneer support 2020-03-07 00:29:17 -06:00
config.py initialize markdown on a per-page basis 2021-02-11 18:17:26 -06:00
lib.py initialize markdown on a per-page basis 2021-02-11 18:17:26 -06:00
pages.py initialize markdown on a per-page basis 2021-02-11 18:17:26 -06:00