Skip to main content

frontmatter

formatFrontMatterProp()​

function formatFrontMatterProp(
prop,
indentation,
prefix?): string[]

Parameters​

prop​

unknown

indentation​

number = 0

prefix?​

string

Returns​

string[]

Defined in​

frontmatter.ts:61


printFrontMatter()​

function printFrontMatter(
id,
title,
props?): string

Parameters​

id​

string

title​

string

props?​

Maybe<FrontMatterOptions>

Returns​

string

Defined in​

frontmatter.ts:84