pub fn inlines_to_string(inlines: &[InlineNode]) -> StringExpand description
Extract plain text from inline nodes, recursively handling formatted text.
This function recursively extracts text from all inline formatting nodes (bold, italic, monospace, etc.), which is useful for generating IDs, alt text, and other plain text representations of formatted content.