User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
3h
If you're wondering how this leads to Markdown files being turned into HTML with templates, the process is comprised of these steps:

Page<".md", string, {}> -> Page<".md", string, frontmatter data> -> Page<".html", string, frontmatter data>

Anything that becomes
Page<".html", string, ...> before the template hook in the pipeline will be processable by templates ingesting Page<".html", string, ...>.