Skip to main content

md_to_typst

Function md_to_typst 

Source
pub fn md_to_typst(md: &str) -> String
Expand description

Convert a markdown string to Typst markup (block-level).

Handles headings, bold, italic, links, images, code, lists, and tables.