Expand description
Content extraction for halldyll-parser
This module handles extraction of structured content:
- Headings (h1-h6)
- Paragraphs
- Lists (ordered, unordered, definition)
- Tables
- Code blocks
- Blockquotes
- Images
Structs§
- Outline
Item - Document outline item
Functions§
- build_
outline - Build document outline from headings
- extract_
code_ blocks - Extract all code blocks from the document
- extract_
headings - Extract all headings from the document
- extract_
images - Extract all images from the document
- extract_
lists - Extract all lists from the document
- extract_
paragraphs - Extract all paragraphs from the document
- extract_
quotes - Extract all blockquotes from the document
- extract_
tables - Extract all tables from the document
- get_
main_ heading - Get the main heading (first h1)