use crate::markdown::{MdStream, MdTree}; use std::{iter, mem, str}; /// Short aliases that we can use in match patterns. If an end pattern is not /// included, this type may be variable const ANC_E: &[u8] = b">"; const ANC_S: &[u8] = b"<"; const BRK: &[u8] = b"---"; const CBK: &[u8] = b"```"; const CIL: &[u8] = b"`"; const CMT_E: &[u8] = b"-->"; const CMT_S: &[u8] = b"