systemprompt-generator 0.1.22

Static site generation for systemprompt.io
Documentation
1
2
3
4
5
mod markdown;
mod toc;

pub use markdown::{extract_frontmatter, render_markdown};
pub use toc::generate_toc;