This allows setting the strict_front_matter_parsing option to false in the config file, which in turn allows unknown fields in the front matter. The solution is kind of crappy as I can't keep this optional without keeping the nice error message in the strict case (e.g. expected one of a, b, c).
This allows setting the
strict_front_matter_parsing
option to false in the config file, which in turn allows unknown fields in the front matter. The solution is kind of crappy as I can't keep this optional without keeping the nice error message in the strict case (e.g. expected one of a, b, c).Fixes #189