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
Special characters such as & and double quotes get encoded to HTML special characters but are not decoded back to what they started as.
For example:
"Word"
"Word"
Or...
Skiing & Snowboarding
Skiing & Snowboarding
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Special characters such as & and double quotes get encoded to HTML special characters but are not decoded back to what they started as.
For example:
"Word"
into the text field and save the channel entry"Word"
Or...
Skiing & Snowboarding
into the text field and save the channel entry.Skiing & Snowboarding
The text was updated successfully, but these errors were encountered: