pub fn add_with<const MARKER: char>(
    md: &mut MarkdownIt,
    f: fn(length: usize) -> Node
)