Structs§
- Markdown
Engine - The core indexing engine that transforms Markdown text into a Virtual File System. It uses a BTreeMap to maintain an ordered, searchable index of all sections.
- Markdown
Node - Represents a specific section of the Markdown document identified by a heading.
- Paginated
Result - A paginated collection of section paths returned by discovery tools.
Functions§
- slugify
- Generates a URL-safe slug from a heading title.