add_with

Function add_with 

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