Function add_with

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