pub fn md_to_typst_inline(text: &str) -> StringExpand description
Convert inline markdown to Typst inline markup.
Handles: **bold** → *bold*, *italic* → _italic_,
`code` → `code`, [text](url) → #link("url")[text],
 → #image("src").