Expand description
Core implementation of the Markdown processor.
This module contains the main implementation of MarkdownProcessor and its
methods, focused on the core rendering pipeline and configuration
management.
Enums§
- DomError
- Error type for DOM operations.
- Processor
Feature - Features that can be queried on a processor instance.
Functions§
- collect_
markdown_ files - Collect all markdown files from the input directory
- extract_
inline_ text - Extract all inline text from a heading node.
Type Aliases§
- DomResult
- Result type for DOM operations.