pub fn excerpt_text_lines_with_limit<'a>(
text: &'a str,
limit: usize,
preferred_head: usize,
) -> TextLineExcerpt<'a>pub fn excerpt_text_lines_with_limit<'a>(
text: &'a str,
limit: usize,
preferred_head: usize,
) -> TextLineExcerpt<'a>