Skip to main content

Module parsers

Module parsers 

Source
Expand description

Text parsers: the link/metadata extractors the text builders wrap. markdown extracts body links; frontmatter extracts YAML frontmatter links and the metadata block.

Modules§

frontmatter
markdown

Structs§

ParseResult
Combined output from parsing a single file: links + optional metadata. Links are raw strings as they appear in the source — the builder handles normalization (fragment stripping, anchor filtering, URI detection).

Traits§

Parser
Trait implemented by the built-in text parsers.