pub fn parse_code_blocks<IsTagsFn>( content: &str, is_tags: IsTagsFn, ) -> Result<Vec<Block<'_>>>where IsTagsFn: Fn(Vec<String>) -> bool + 'static,