We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have found an issue with what looks like typescript definition problem.
typescript
This is the JSON.stringify output of GrayMatterFile object:
JSON.stringify
GrayMatterFile
{ content: 'test2', data: { title: 'test1' }, isEmpty: false, excerpt: '', path: 'C:\\supersecret\\public\\docs\\test1.md' }
However there is no path property on the object as well as other inconsistencies, according to typescript:
path
I wanted to report a bug, but based on amount of unmerged pull-requests and last commit date it looks like this project is dead?
Does anybody know if there is a better alternative that is still supported?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have found an issue with what looks like
typescript
definition problem.This is the
JSON.stringify
output ofGrayMatterFile
object:However there is no
path
property on the object as well as other inconsistencies, according totypescript
:I wanted to report a bug, but based on amount of unmerged pull-requests and last commit date it looks like this project is dead?
Does anybody know if there is a better alternative that is still supported?
The text was updated successfully, but these errors were encountered: