Functionsยง
- emit_
code_ span - Emit a code span node to the builder.
- try_
parse_ code_ span - Try to parse a code span starting at the current position.
Returns
(total_len, code_content, backtick_count, attributes)if successful. When trailing attributes are present,attributescarries both the parsedAttributeBlock(for raw-inline / extension-gating decisions) and the raw{...}source slice (for lossless structured emission).