# Functions
GetParser returns a parser for the given data.
NewMetadata returns a new Metadata struct, loaded with the given map.
# Structs
JSONParser is the MetadataParser for JSON.
Metadata stores a page's metadata.
NoneParser is the parser for plaintext markdown with no metadata.
TOMLParser is the Parser for TOML.
YAMLParser is the Parser for YAML.
# Interfaces
Parser is a an interface that must be satisfied by each parser.