pub fn flush_prose(prose: &mut String, regions: &mut Vec<Region>)Expand description
Flush accumulated prose into the region list, clearing the buffer.
Prefer flush_prose_spanned in native parsers so the rewrite range
is recorded. This helper remains for tests and the pandoc AST path.