pub fn render_file(frontmatter: &Frontmatter, body: &str) -> StringExpand description
Render canonical file bytes without performing I/O. Transactional callers
use this to stage the exact bytes that write_file would commit.
pub fn render_file(frontmatter: &Frontmatter, body: &str) -> StringRender canonical file bytes without performing I/O. Transactional callers
use this to stage the exact bytes that write_file would commit.