pub fn yaml_to_markdown(yaml: &str) -> Result<String, ParseError>Expand description
Convenience: parse canonical YAML, serialise back to markdown.
Used by ensure_mur_skill so built-in yaml skills produce
AI-tool-consumable markdown at SKILL.md.
pub fn yaml_to_markdown(yaml: &str) -> Result<String, ParseError>Convenience: parse canonical YAML, serialise back to markdown.
Used by ensure_mur_skill so built-in yaml skills produce
AI-tool-consumable markdown at SKILL.md.