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
It is possible to add custom HTML such as <em> or <i> to post and page titles and they will be rendered correctly when you visit the post.
<em>
<i>
Examples from WordPress.com:
To have HTML tags either:
<em>This is italic</em>
We see the unstripped HTML tag in the posts list:
The text was updated successfully, but these errors were encountered:
The fix will ship in 23.6. It's now consistent with the other platforms.
Sorry, something went wrong.
No branches or pull requests
It is possible to add custom HTML such as
<em>
or<i>
to post and page titles and they will be rendered correctly when you visit the post.Examples from WordPress.com:
Expected behavior
To have HTML tags either:
<em>This is italic</em>
shown as italic in the post list; orActual behavior
We see the unstripped HTML tag in the posts list:
Steps to reproduce the behavior
<em>
or<i>
The text was updated successfully, but these errors were encountered: