Module parser

Module parser 

Source
Expand description

State machine for processing Markdown files.

Structs§

BacktickOptions
Backtick options extracted from the code fence line.
ProcessingState
Processing state for the Markdown file.

Enums§

Section
Current section being processed.

Functions§

process_markdown
Process markdown content and return the modified lines.