Re-exports§
pub use chunk::ContentChunk;pub use chunk::chunk_by_headings;pub use heading::HeadingNode;pub use heading::HeadingTree;pub use heading::MatchStrategy;pub use heading::SectionConfig;pub use heading::SectionPattern;pub use heading::SectionType;pub use heading::build_heading_tree;pub use heading::classify_sections;
Modules§
Structs§
Enums§
Constants§
Functions§
- blocks_
to_ documents - Convert extracted blocks into Terraphim
Documents so downstream graph tooling can be reused. - ensure_
terraphim_ block_ ids - Ensure every list item and paragraph has a stable Terraphim block id.
- extract_
first_ heading - Extract the first H1 heading from markdown content using AST parsing.
- normalize_
markdown - Normalize markdown into canonical Terraphim form and return the extracted blocks.