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
Reported here https://wordpress.org/support/topic/valid-javascript-syntax-not-being-parsed-correct
On the code block on this page ( https://netsuite.smash-ict.com/learn-how-to-generate-meaningful-amortization-journal-entry-memo-lines/) , the Javascript syntax highlighting breaks from line 26 for no obvious reason.
The text was updated successfully, but these errors were encountered:
This can be reproduced with latest version of SyntaxHighlighter and using the following snippet using JavaScript syntax:
// This is a comment with a ' single quote const CONSTANT = 'Any string between single quotes'; log.debug('Other single quotes string');
Looks like it has to do with a preceding comment containing a single quote followed by two strings defined by single quotes.
Sorry, something went wrong.
No branches or pull requests
Reported here https://wordpress.org/support/topic/valid-javascript-syntax-not-being-parsed-correct
On the code block on this page ( https://netsuite.smash-ict.com/learn-how-to-generate-meaningful-amortization-journal-entry-memo-lines/) , the Javascript syntax highlighting breaks from line 26 for no obvious reason.
Screenshot / Video
The text was updated successfully, but these errors were encountered: