How do I include a double quotaton mark in frontmatter variable?

Hello there,

I have the following front matter. I am trying to include a double quotation mark in frontmatter parameters


title: “About Me”
rightSideTitle: “How do I insert double quotations “like this” into front matter”
rightSideText: “I’ve found a single quotation works ok”

Thank you kindly for any ideas
John

This front matter is in YAML, so you need to escape the quotes with a \

key: “Double \”quote\” inside a string”
1 Like

Thank you once again zwbetz…I’m going to start having to pay you soon :slight_smile:

I really appreciate all your help
John

:+1:

Feel free to make the thread as solved