pamphlet/document

Values

pub fn parse_frontmatter(text: String) -> List(#(String, String))
pub fn take_frontmatter(
  text: String,
) -> Result(#(String, String), Nil)

Pop frontmatter from a document.

Doesn’t check the validity of the frontmatter. User parse_frontmatter to get a list of frontmatter properties

Search Document