Expand description
Shared hashpipe header detection and normalization utilities.
This module detects the contiguous hashpipe YAML preamble at the start of a code block content string, strips line prefixes into normalized YAML text, and records deterministic host↔normalized range mappings.
Structs§
- Hashpipe
Header Normalization - Result of hashpipe header detection and stripping.
- Hashpipe
Line Mapping - Per-line mapping between host (original content) and normalized YAML text.
Constants§
- SUPPORTED_
HASHPIPE_ PREFIXES - Prefix markers explicitly supported by hashpipe normalization.
Functions§
- normalize_
hashpipe_ header - Normalize a contiguous leading hashpipe header into YAML text.