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.
pub fn emit_code_span(
builder: &mut GreenNodeBuilder<'_>,
content: &str,
backtick_count: usize,
attributes: Option<AttributeBlock>,
)Emit a code span node to the builder.