syntaxhighlighter
syntaxhighlighter copied to clipboard
WordPress plugin that makes it easy to post syntax-highlighted code snippets.
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
### Changes proposed in this Pull Request Add TypeScript syntax. Add brush based on: https://github.com/syntaxhighlighter/brush-typescript/blob/07d5fa0a57527d2f11d601676ea68a6ab91d3e6d/brush.js Fixes #214 Work in progress, the brush seems to have some issues. ### Testing instructions...
I have a [blog](https://puresourcecode.com/dotnet/maui/maui-push-notifications-using-azure-notification-hub-for-ios/) that I have just updated to the version 6.5.2 of WordPress 6.5.2. In my blog, I use the plugin SyntaxHighlighter 3.7.0. After the WordPress update, the...
Would be great to have Terraform/HCL highlighting capabilities as on GitHub. Would be intuitive to have either `hcl` or `terraform` as the name. Thanks!
### Steps to Reproduce 1. Create a Syntaxhighligher block containing the following: ``` bar & ``` 2. Choose type "Plain Text". 3. Preview or publish ### What I Expected Content...
We currently have `` but this type attribute is not needed, and the validator warns about it. In HTML5, the type attribute for the tag is not required and defaults...
 Two issues: 1. The line number td displays half-screen width, unless the code is wider than half-screen (if wide, the code pushes the line number td to the left)...
### In the background settings, add custom toolbar function icon display switch Users can customize the display of required functions ### Syntaxhighlighter2/scripts/shBrushGo.js is missing in version 2.x Replace it with...
### Is your feature request related to a problem? Please describe When I write a blblogock and use syntaxhighlighter, there is no vertical scrollbar. If the code has 200 lines,...