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§
Structs§
- Link
- One link discovered by a parser: its raw target string as it appears in the
source, plus the 1-based source line where it occurs (
Nonewhen the parser cannot locate it). The builder handles normalization (fragment stripping, anchor filtering, URI detection) and aggregates lines onto the edge. - Parse
Result - Combined output from parsing a single file: links + optional metadata.
Traits§
- Parser
- Trait implemented by the built-in text parsers.