Crate matter

Source
Expand description

A universal frontmatter parser and extractor.

Provided with input data, Matter is able to separate frontmatter from content. Common delimiters for supported formats are also predefined.

Functionsยง

  • Split a string (often resulting from reading in a file) into frontmatter and content portions.