jplatte / hinoki

A simple, yet very flexible static site generator.
GNU Affero General Public License v3.0
9 stars 2 forks source link

Allow minijinja expressions to be used in content #1

Open jplatte opened 1 year ago

jplatte commented 1 year ago

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.