Skip to main content

parse_steps

Function parse_steps 

pub fn parse_steps(md: &str) -> Vec<SopStep>
Expand description

Parse procedure steps from SOP.md content. Expects a ## Steps heading followed by numbered items (1., 2., …). Each item’s first bold text (**...**) is the step title; the rest is body. Sub-bullets parse execution hints and dark per-step contract metadata.