Expand description
The metadata module contains functions for extracting and processing metadata.
Metadata extraction and processing module.
This module provides functionality for extracting metadata from various formats (YAML, TOML, JSON) and processing it into a standardized structure.
Structs§
- Metadata
- Represents metadata for a page or content item.
Functions§
- extract_
metadata - Extracts metadata from the content string.
- process_
metadata - Processes the extracted metadata.