pub fn normalize_hashpipe_header(
content: &str,
prefix: &str,
) -> Option<HashpipeHeaderNormalization>Expand description
Normalize a contiguous leading hashpipe header into YAML text.
Returns None when the input does not start with a valid hashpipe option
line for the provided prefix.