Skip to main content

Module engine

Module engine 

Source

Structs§

MarkdownEngine
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.
MarkdownNode
Represents a specific section of the Markdown document identified by a heading.
PaginatedResult
A paginated collection of section paths returned by discovery tools.

Functions§

slugify
Generates a URL-safe slug from a heading title.