pub fn checklist_items(body: &str, header: &str) -> Vec<ChecklistItem>Expand description
Top-level checkbox items under the named ## <header> section. Used for a
feature’s ## Test plan and a work item’s ## Tasks.
pub fn checklist_items(body: &str, header: &str) -> Vec<ChecklistItem>Top-level checkbox items under the named ## <header> section. Used for a
feature’s ## Test plan and a work item’s ## Tasks.