pub fn parse_inline(text: &str) -> Vec<Span<'static>>
Parse inline markdown markers (bold, italic, code) from a string. Returns Span<'static> values using owned strings.
code
Span<'static>