Skip to content
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

Issue with SyntaxHighlighter Evolved Plugin #1390

Closed
thevarunsood opened this issue Aug 5, 2020 · 2 comments
Closed

Issue with SyntaxHighlighter Evolved Plugin #1390

thevarunsood opened this issue Aug 5, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@thevarunsood
Copy link

thevarunsood commented Aug 5, 2020

Hi,

I am using SyntaxHighlighter Evolved plugin on my website to display code snippets on my website.

I am having issues with displaying left and right angle brackets as part of the code snippets (< and >). Everything looks fine when I am logged into the website and previewing the post while being logged in.

Screenshot at Aug 05 11-58-01

However, when a logged-out user looks at the same post, all brackets look like they have been converted into corresponding HTML entities.

Screenshot at Aug 05 12-07-08

Please suggest what could be going on here.

@thevarunsood thevarunsood added the bug Something isn't working label Aug 5, 2020
@KittenCodes
Copy link
Contributor

@thevarunsood This may be caused by your database or table encoding. Please check that both are encoded with utf8mb4_general_ci or utf8_general_ci.

Unfortunately, if that doesn't help then it's unlikely that you can use the plugin with Oxygen.

@thevarunsood
Copy link
Author

Well, the plugin is working fine except this weird issue with angular brackets. Moreover, it works fine when I am logged into the site. Anyway, I'll dig deep.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants