# Functions

GetBool is a plan modifier function for use on a schema bool attribute to set a value from front matter.
GetInt64 is a plan modifier function for use on a schema int64 attribute to set a value from front matter.
GetString is a plan modifier function for use on a schema string attribute to set a value from front matter.
GetValue parses the 'body' attribute value for Markdown front matter and returns a specified key's value if it's present in the front matter.

# Structs

FrontMatterModifier provides plan modifiers that parses Markdown front matter for attribute values.
ReadmeFrontMatter represents the front matter keys available to ReadMe changelogs, custom pages, and docs.