pub fn split_chunks<'a, I>(text: &'a str, remarks: I) -> Vec<Chunk<'a>>where
I: IntoIterator<Item = &'a Remark>,Expand description
Chunks the given text based on remarks.
pub fn split_chunks<'a, I>(text: &'a str, remarks: I) -> Vec<Chunk<'a>>where
I: IntoIterator<Item = &'a Remark>,Chunks the given text based on remarks.