You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: