const MAX_FRONT_MATTER_SIZE: usize = _; // 65_536usize
Maximum allowed size for YAML front matter (64KB). Prevents memory exhaustion from maliciously large front matter.