Static site generation, theme rendering, and asset bundling for systemprompt.io AI governance dashboards. Handlebars and Markdown pipeline for the MCP governance platform.
//! Markdown rendering, frontmatter extraction, and table-of-contents
//! generation used by the prerender pipeline.
modmarkdown;modtoc;pubusemarkdown::{extract_frontmatter, render_markdown};pubusetoc::generate_toc;