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

Hi, When `crayon.min.css` are loaded on the front of my website do I seeing a problem with optimizing my website. The `crayon.min.css` file are linked at the wrong position in...

I have enabled Visual tab with the bbPress TinyMCE editor. And when I activate this plugin, the mention user autosuggest feature is not working. It works in `Text` tab but...

It looks like the length of the keyword files is limited to ~2157 lines. Can this limit be lifted? For cases such as the Wolfram Language, which has over 6000...

If I use > or < in my shell scripts, the Crayon prints &amp;lt; and &amp;gt; It is a really annoying bug. Can you solve this, please? I'm using the...

I just installed the plugin today and here's the bug in action: http://www.piecewise.org/blog/?p=15 Starting from line number 10: `t = strings.Replace(t, "\"", "\\\"", -1)` the string highlighting is incorrect. The...

Not sure where or why this inline style is being applied to the crayon-toolbar class, but it sets the height at 18px which isn't tall enough. I can't find a...

This plugin was selected by our customers to receive a basic security review from us. We found two relatively minor issues [during that review](https://www.pluginvulnerabilities.com/2017/01/23/wordpress-plugin-security-review-crayon-syntax-highlighter/). First, a number of functions that...

This commit changed all instances of `mixed` to `alternate`. Mixed is reserved word in PHP 7+ so most of those changes were valid. However reserved words relate only to function/class/constant...

`$font_size` holds the font size as a string, e.g. (`"12px !important;"`), but is being used in calculations such as `$_font_size * 1.5`. On PHP 7+ this will give a notice....