gray-matter icon indicating copy to clipboard operation
gray-matter copied to clipboard

Can't parse datetime format

Open tfsomrat opened this issue 2 years ago • 0 comments

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"

tfsomrat avatar Apr 04 '22 05:04 tfsomrat