fn summary_between<'a>( summary: &'a str, start: &str, end: &str, ) -> Option<&'a str>
Return a non-empty substring between two markers.