pub type CheckList = Vec<((bool, Paragraph), Option<MDList>)>;
pub struct CheckList { /* private fields */ }