fn markdown_range_for_code_range( text_events: &[(Range<usize>, Range<usize>)], code_range: Range<usize>, ) -> Option<Range<usize>>