crayon-syntax-highlighter icon indicating copy to clipboard operation
crayon-syntax-highlighter copied to clipboard

Syntax Highlighter supporting multiple languages, themes, fonts, highlighting from a URL, local file or post text.

Results 105 crayon-syntax-highlighter issues
Sort by recently updated
recently updated
newest added

In some versions of PHP (and/or PCRE) the hyphen has to be escaped or moved at the end of the regexp class to be considered as the literal '-' character....

crayon_langs.class.php Line 340: return preg_replace('/[^\w-+#]/msi', '', $id); becomes return preg_replace('/[^\w\-+#]/msi', '', $id); Regards Alex

The toolbar immediately slides out and prevents me from selecting and copying code starting from the first line. It's a bit frustrating 😕 It would be great if the toolbar...

Hi @aramk I've been using Crayon for some time now, but with 5.0 being released it's not usable with the Gutenberg editor. I love Crayon, but if it's no longer...

removed ". 'px !important;'" because its value is used as number and it is yielding warning like Notice: A non well formed numeric value encountered in /var/www/web/app/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 118...

$toolbar_height and $info_height use $font_size but that variable is a string with 'px !important;' at the end and so the multiplication causes php notices (PHP Notice: A non well formed...

Add filter for enqueue styles and scripts for developer that control load assets for performance

In a plugin, if adding a rich text editor to an admin page using the _wp_editor()_ method, the Crayon button is not visible in the editor toolbar, and the following...

bug

I’m trying to control the load of unnecessary resources in the home using my own code and with this plugin I’m not able. I have tried to do the deregistration...

Add missing keywords: loop, while, exit, elsif