pub fn parse_markdown(text: &str) -> Vec<Line<'static>>
Parse a markdown string into ratatui Line values ready for rendering.
Line