pub fn emit_mark(
builder: &mut impl InlineSink,
inner_text: &str,
config: &ParserOptions,
suppress_footnote_refs: bool,
)Expand description
Emit a mark node with its content.
pub fn emit_mark(
builder: &mut impl InlineSink,
inner_text: &str,
config: &ParserOptions,
suppress_footnote_refs: bool,
)Emit a mark node with its content.