Should be opt-in, i.e. something like process_content = "templated_markdown_to_html", both so it's less surprising and so we don't have to do the more complicated markdown+templates parsing, compiling the template after markdown expansion and so on if users don't want to use that capability.
Should be opt-in, i.e. something like
process_content = "templated_markdown_to_html"
, both so it's less surprising and so we don't have to do the more complicated markdown+templates parsing, compiling the template after markdown expansion and so on if users don't want to use that capability.Depends on https://github.com/mitsuhiko/minijinja/issues/368.