You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
In the code below, Syntaxtic misparsed some strings delimited by single quotes. I looked at the code of syntaxhighlighter.js and it looks like it uses applies multi-line string regex. That could be the reason. JS strings are single-line, except the newly added ones marked by backticks.