-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
Syntax Highlighter Block: end tag closing bracket is improperly converted to encoded bracket #34931
Comments
Reported on #2261705-zen |
Another report in 12853603-hc |
After multiple reports are there any plans to finally fix it by addressing the underlying defect in the code? |
I have another user reporting this in 14220674-hc. Are there any alternatives? Also, seems like the same issue is reported in #34826 |
I have another instance here 2394809-zen. In this case I suggested using the regular code block or the pre block as a suboptimal, but practical, workaround. |
Another instance here: 2372729-zd. UPDATE: follow-up via new ticket 2493475-zd |
I'm seeing the same on our own support documents: https://en.support.wordpress.com/links/email-links/ Changing those blocks to "Code" for now until this bug is fixed |
Another report in 2432704-zen. |
Hey folks, when exactly this shit will be fixed? I'm not renewing my annual subscription if it's not by EoY. There are so many small issues with the WP.com software that I don't know why I'm continuing paying you. |
Another report here- 2463182-zen |
Potentially related WordPress/gutenberg#17994 |
This was fixed on WordPress.com today by merging this fix. The plugin will still need an update and a deploy. |
Steps to reproduce
What I expected
I want the document to display the correct code, like this:
<img src="x.gif" alt="x" />
What happened instead
We display this:
<img src="x.gif" alt="x" />
Browser / OS version
Any
Screenshot / Video
Context / Source
https://en.forums.wordpress.com/topic/html-header/
At first I thought the images must be broken because the user was copying and pasting and the images didn't work. Then I realized it's actually the way our code displays. D'oh.
The text was updated successfully, but these errors were encountered: