Uglifier parsing error when '
found in front matter text
#2756
-
Hello, When configuring the title attribute in the front matter with a text that includes a single quote
I'm getting an uglifier error of an unexpected token of whatever comes after the I have tried using the known escape characters, writing the title in double quotes, using Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Have you tried putting the whole string inside a quotation like, |
Beta Was this translation helpful? Give feedback.
The prints are rather useless, it would be easier if you could paste the full error trace, or even share with us your repo.
Giving that what is causing this issue is really the quotations, I can only think that maybe one file that is processed before is "opening" some quotes that are not closed, and it is looking for the "closure".