Expand description
Parse markdown rule files into YAML frontmatter and body text.
Structs§
- Parsed
Rule - Parsed rule file: JSON frontmatter value and markdown body.
Functions§
- is_
empty_ frontmatter - Returns
truewhen frontmatter is null or an empty object. - parse_
rule - Parse a rule file string into frontmatter and body.