Skip to main content
Module

x/frontmatter/mod.ts

A simple frontmatter parser for deno.
Latest
import * as frontmatter from "https://deno.land/x/frontmatter@v0.1.5/mod.ts";

Functions

Parses the front matter of the input string and returns the parse result object.