pub fn parse_block_markdown(input: &str) -> Vec<MdBlock>Expand description
Parse a markdown document into a flat list of MdBlocks.
Infallible: no panics, no errors; malformed markdown degrades gracefully. Fully deterministic: same input → same output.