Expand description
Inline-level analysis utilities.
Extracts positioned references from text content by walking the AST’s InlineNode tree and raw source text in parallel to compute correct byte positions.
Structs§
- Positioned
Reference - A reference found in inline text, with its source position and classified type.
Functions§
- extract_
references - Extract all references from a text node with their source positions.