Software that makes simple Markdown content go. Used on bss.zone and other domains of mine.
Go to file
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
incorporealcms initialize markdown on a per-page basis 2021-02-11 18:17:26 -06:00
requirements add mdx-linkify to markdown extensions 2021-01-22 09:51:53 -06:00
tests test multi-line metadata entries 2021-01-17 23:58:57 -06:00
.gitattributes add setup.py with versioneer support 2020-03-07 00:29:17 -06:00
.gitignore replace CI tools with tox invocation 2020-06-16 23:00:49 -05:00
LICENSE Initial commit 2020-03-06 16:55:41 -06:00
MANIFEST.in versioneer.py doesn't need to be included in the package 2020-06-18 23:29:37 -05:00
README.md Initial commit 2020-03-06 16:55:41 -06:00
setup.cfg replace CI tools with tox invocation 2020-06-16 23:00:49 -05:00
setup.py fix /most/ isort problems, but conftest.py is being weird 2020-06-19 19:54:01 -05:00
tox.ini tox updates: run py38, combine coverage, dist-as-dir 2020-10-20 16:07:49 -05:00
versioneer.py add setup.py with versioneer support 2020-03-07 00:29:17 -06:00

README.md

incorporeal-cms

Software that makes incorporeal.org go.