# Functions
NewSimpleDate returns a SimpleDate for the given date values.
Read parses a front-matter from the given reader and stores the decoded data into dest.
# Constants
Fence delimits front-matter blocks.
SimpleDateLayout is the time.Time layout used for SimpleDate typed dates that omit a timestamp.
# Variables
ErrBadFrontMatter indicates that the front-matter is incomplete or not decodeable.
ErrNoFrontMatter indicates that the content began without a front-matter.
ErrUnsupportedFormat indicates that the front-matter uses an unsupported format.
# Type aliases
SimpleDate is a basic date format omitting a timestamp.