pub fn chunk(md: &str, max_chars: usize) -> Vec<String>
Split md into chunks at heading boundaries.
md