pub fn emit_html_span_attributes_node(
builder: &mut impl InlineSink,
attrs_text: &str,
)Expand description
As emit_html_attrs_node but for the legacy native-span SPAN_ATTRIBUTES
node, which carries HTML class="..." syntax (not Pandoc {...}).