Documentation
1
2
3
4
5
6
7
8
9
pub fn raw(code: &str) -> String {
    format!(
        r#"
#set page(height: auto, width: auto, margin: 5pt, fill: none)
#set text(16pt)
{code}
"#,
    )
}