pub fn extract_tags( text: &str, tag: &str, ) -> (Vec<(TextRange, Option<String>)>, String)
Extracts ranges, marked with <tag> </tag> pairs from the text
<tag> </tag>
text