| Age | Commit message (Collapse) | Author |
|
|
|
Added support for the following
* Ignore unpassable dates
* Ignore parsing non-standard header keys
* Ignore errors while parsing non-standard header keys
|
|
|
|
Fixes unintended YAML decode errors when a documents has a valid header
but the rest of its contents are not valid YAML.
|
|
|
|
|
|
Parses `title` and `tags` fields using default behavior.
Custom parsing logic is used for `author` (single and multiauthor
support), `date` (parses into `time.Time`), and meta (collects all other
header fields into a YAML string).
|
|
|
|
|