pub fn emit_span_attributes_node(
builder: &mut impl InlineSink,
raw_attr_text: &str,
)Expand description
Emit a bracketed-span SPAN_ATTRIBUTES node, structuring the Pandoc {...}
body the same way emit_attribute_node does. Malformed/empty bodies fall
back to a single opaque TEXT token, preserving the prior
SPAN_ATTRIBUTES { TEXT(...) } shape.