inlines_to_string

Function inlines_to_string 

Source
pub fn inlines_to_string(inlines: &[InlineNode]) -> String
Expand 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.