matter.stringify() to accept output format
gmarty opened this issue · 4 comments
gmarty commented
Although gray-matter can parse many different types of format, matter.stringify()
can only generate yaml front matters.
That'd be nice to be able to output all the formats supported (json
is an obvious example of easy one to add support for).
Deleted user commented
+1
tech4him1 commented
@jonschlinkert Are you still planning on supporting this (from #39), and if so, is there anything I can do to help?
zachwhaley commented
@tech4him1 @jonschlinkert I added this to my fork for the time being. Not sure if it would meet your needs, but I figured I should make it known 🙂
tech4him1 commented
@zachwhaley My bad, this is actually working as of v3.0.0. @gmarty I believe this issue can be closed, if you agree.