We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If there is an apostrophe in the frontmatter it causes and invalid 'data' and 'content' values.
The text was updated successfully, but these errors were encountered:
Make sense. This is invalid YAML. Normally I change title to title: My Brother’s Title or quoting the title as title: "My Brother's Title"
title: My Brother’s Title
title: "My Brother's Title"
Sorry, something went wrong.
Is there a way to have both single and double quotes in the value?
Found a way - you can escape a single quote by doubling it: title: 'My Brother'’s Title'
No branches or pull requests
If there is an apostrophe in the frontmatter it causes and invalid 'data' and 'content' values.
For example:
title: My Brother's Title
author: Mike James
The text was updated successfully, but these errors were encountered: