pub fn parse_inline_text(
builder: &mut GreenNodeBuilder<'_>,
text: &str,
config: &ParserOptions,
_allow_reference_links: bool,
)Expand description
Parse inline elements from text content. This is a standalone function used for recursive inline parsing within blocks.
The allow_reference_links parameter is accepted for compatibility but not currently used.
Set to false in nested contexts (inside link text, image alt, spans) to prevent recursive parsing.