fn extract_commented_items( tokens: &[Token<'_>], start_marker: &str, end_marker: &str, ) -> Vec<Item>