lonekorean / wordpress-export-to-markdown

Converts a WordPress export XML file into Markdown files.
MIT License
1.07k stars 216 forks source link

Setting requested: Quoting front matter #92

Open Vithanco opened 1 year ago

Vithanco commented 1 year ago

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?