Expand description
CommonMark heading parsers. Heading parser - converts grammar output to AST nodes
Handles conversion of both ATX headings (# Header) and Setext headings (underline style) from grammar layer to parser AST representation.
Functionsยง
- parse_
atx_ heading - Parse an ATX heading (# Header) into an AST node.
- parse_
setext_ heading - Parse a Setext heading (underline style) into an AST node.