Skip to main content

emit_code_span

Function emit_code_span 

Source
pub fn emit_code_span(
    builder: &mut GreenNodeBuilder<'_>,
    content: &str,
    backtick_count: usize,
    attributes: Option<AttributeBlock>,
)
Expand description

Emit a code span node to the builder.