Skip to main content

Module markdown

Module markdown 

Source
Expand description

Markdown document parser, typography typesetter, and paginated vector SVG renderer.

Parses CommonMark / GFM markdown constructs (ATX headings, bullet/numbered lists, fenced code blocks, blockquotes, horizontal rules, tables, and paragraphs), layouting content into flowing multi-page vector SVG documents.

Functions§

clean_markdown_inline
parse_markdown_blocks
Parses Markdown text into a sequence of renderable HtmlBlock elements.