syntaxhighlighter icon indicating copy to clipboard operation
syntaxhighlighter copied to clipboard

WordPress plugin that makes it easy to post syntax-highlighted code snippets.

Results 85 syntaxhighlighter issues
Sort by recently updated
recently updated
newest added

I'm using the SyntaxHighlighterCode in several of my wordpress.com posts, and noticed that for longer Powershell scripts (which run without errors) the color coding is not right. One example can...

[Type] Bug
[Pri] Normal

Thanks for the plugin! The only thing that I would hope you could imporve is an easy option to add an option for users to copy the code to clipboard...

[Type] Enhancement

I have chosen Python in Gutenberg editor. In python i have used '@' symbol as decorator in the code. and I have used dark mode. while displaying '@mock' background and...

[Type] Bug
[Status] Accepted

The WP Githuber MD. Super cool: https://wordpress.org/plugins/wp-githuber-md/ Now I have to always do it with workarounds (like double tags). Would be cool to have that thing supported; not sure what...

[Type] Enhancement

Provide the block as in Gutenberg for Elementor.

[Type] Enhancement

@ashercantrell received a report from a customer today that, when using the syntaxhighlighter [code] shortcode on WordPress.com sites or Jetpack-enabled WordPress sites, one can see rendering issues. Namely, the text...

[Type] Bug
[Status] Accepted

It results in `[c]` getting stripped from stuff. See #71. Drawback: It'd break existing usages of the shortcode. Maybe check last modified date? The problem is people will install the...

[Type] Bug
[Status] Accepted

Hi, Can somebody help me with this issue: ``` [code] [xml] [/code] ``` output: ``` 1 ``` should be: ``` [xml] ``` this works: ``` [code] [[xml]] [/code] ``` It...

[Type] Bug
[Status] Accepted
[Status] Queued

Hi Alex, Would it be possible to please add support for BuddyPress and bbPress (default forums for BuddyPress)? Forum discussions can often involve pasting code snippets, and being able to...

[Type] Bug
[Status] Accepted

It's very hard to tweak styles in the site-specific plugin's CSS or adding a theme when all of them are marked with `!important`. Maybe I'm missing something, but all style...