=== SyntaxHighlighter Evolved === Contributors: Viper007Bond, automattic Donate link: http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/donate/ Tags: code, sourcecode, php, xhtml, html, css, WordPress.com Requires at least: 4.2.3 Tested up to: 5.0 Stable tag: trunk Easily post syntax-highlighted code to your site without having to modify the code at all. As seen on WordPress.com. == Description == SyntaxHighlighter Evolved allows you to easily post syntax-highlighted code to your site without losing its formatting or making any manual changes. It uses the [SyntaxHighlighter JavaScript package by Alex Gorbatchev](http://alexgorbatchev.com/wiki/SyntaxHighlighter). For a live demo, see [this plugin's homepage](http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/). For a list of supported languages (most widely used languages are supported), see the [WordPress.com support document](http://en.support.wordpress.com/code/posting-source-code/). *[As seen on WordPress.com.](http://en.blog.wordpress.com/2009/12/02/better-source-code-posting/)* == Frequently Asked Questions == = The code is just being displayed raw. It isn't being converted into a code box or anything. What's wrong? = Make sure your theme's `footer.php` file has `` somewhere inside of it, otherwise the plugin won't be able to do it's thing. = Highlighting doesn't work and my browser hangs, why? Try excluding this plugin's Javascript from any performance optimizations your site may be doing that involve minifying or concatenating JS. == Screenshots == 1. Example code display of some PHP inside some HTML. 2. A part of the Settings page which controls the defaults. == ChangeLog == = Version 3.3.1 = * Make sure `wp-editor` script is loaded for Gutenberg. = Version 3.3.0 = * Gutenberg block thanks to @iandunn. * Add a few extra keywords to the JavaScript highlighter. Props @caitp. = Version 3.2.1 = * Fix shortcode issues that would occur during post editing if the code contained what looked like opening HTML tags such as `` tag. Props [NoMad1337](http://www.tacticalcode.de/). = Version 3.1.6 = * Kill off v2 copy-to-clipboard SWF file due to XSS security issue with the file. If you want to be able to copy/paste, use the better v3. * Switch from using a `` tag to a `