pub fn parse<B, E>(input: &[u8]) -> Result<SubtextIterator<B, E>>where E: From<Entity> + AsRef<Entity>, B: From<Block<E>>,
Parse a raw buffer as a chunk of subtext. The iterator yields the parsed subtext one block at a time.