Function resolve_emphasis

Source
fn resolve_emphasis(
    elements: &mut Vec<MdInlineElement>,
    delimiter_stack: &mut [Delimiter],
)
Expand description

Wrapper function to start the call chain for resolve_emphasis_recursive if there is more than one delimiter in the stack.