syntaxhighlighter
syntaxhighlighter copied to clipboard
WordPress plugin that makes it easy to post syntax-highlighted code snippets.
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Using Wordpress 4.9.10 and SyntaxHighlighter Evolved 3.5.4, I created a page, and put the following content into the Text editor: ``` [php] [/php] [xml] [/xml] ``` When published, it displays...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
### Changes proposed in this Pull Request Add "color: initial" to preserve black color inside block-editor-plain-text block Fixes https://github.com/Automattic/themes/issues/3617 ### Screenshot / Video ### Before  ### After 
SyntaxHighlighter Evolved does not support AMP version. Kindly fix this problem.
I'd like to have support for [the TypeScript language](https://www.typescriptlang.org/).
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
On my blog, SyntaxHighlighter block renders like this: Notice the size and font mismatch between the post text, especially the inline `` tags, and the syntax highlighted block. That's because...
As the title says. I'm using Racket (a derivative of Scheme, which is itself a dialect of Lisp), but I guess it would be easy to support all Lisp dialects...