Skip to main content

Module frontmatter_parser

Module frontmatter_parser 

Source
Expand description

Frontmatter parser for plugin markdown files.

Parses YAML frontmatter (delimited by --- markers) from markdown content and returns the parsed frontmatter as a JSON object along with the remaining markdown body.

Functionsยง

parse_frontmatter
Result of parsing frontmatter: (frontmatter map, remaining markdown content)