Skip to main content

frontmatter

formatFrontMatterProp()

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

Defined in: frontmatter.ts:61

Parameters

prop

unknown

indentation

number = 0

prefix?

string

Returns

string[]


printFrontMatter()

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

Defined in: frontmatter.ts:84

Parameters

id

string

title

string

props?

Maybe<FrontMatterOptions>

Returns

string