Skip to main content

Module parser

Module parser 

Source
Expand description

Parse markdown files into structured representations.

Handles frontmatter extraction, H1/H2 detection, code fence tracking, and numbered heading normalization.

Structs§

ParsedFile
Section

Functions§

normalize_heading
parse_file
parse_text
Parse markdown text directly (useful for testing and when content is already in memory).