From @cole in #162:
In lieu of caching for now, what about adding a rendered_content (or similar) field with editable=False? Rendering markdown on each page view isn't crazy expensive, but best avoided if possible, and also if someone introduces invalid markdown, they should find out about it on save ideally.
Related to #96.
From @cole in #162:
Related to #96.