gray-matter
gray-matter copied to clipboard
Can't parse datetime format
Gray-matter can't parse date format unless it's a string. but the date is not actually a string.
an example that doesn't work:
date: 2019-01-01
and an example that works:
date: "2019-01-01"