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:
Also reported for wordpress-mobile/WordPress-iOS#16999
The text was updated successfully, but these errors were encountered:
Can I have it? I've got a fix (it should address the issue in multiple places across the app).
Sorry, something went wrong.
KirillPovarintsev
Successfully merging a pull request may close this issue.
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>
Also reported for wordpress-mobile/WordPress-iOS#16999
The text was updated successfully, but these errors were encountered: