lonekorean/wordpress-export-to-markdown

Setting requested: Quoting front matter

Vithanco opened this issue · 0 comments

I use your (great!) script for transferring Wordpress content to Publish (see https://github.com/johnsundell/publish).
A problem with that is that this script always double quotes the front matter.
I changed writer.js line 88 to
outputValue = ${escapedValue}
and now it works.
Is this something that you could include as another switch?