=== SyntaxHighlighter Amplified === Contributors: kioub78 Tags: code, source, sourcecode, php, syntax highlighting, syntax, highlight, highlighting, highlighter, WordPress.com Requires at least: 5.7 Tested up to: 6.2 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Easily post syntax-highlighted code to your site without having to modify the code at all. Compatible with AMP pages. == Description == *With support for the new block editor in WordPress 5.0!* SyntaxHighlighter Amplified allows you to easily post syntax-highlighted code to your site without losing its formatting or making any manual changes. It uses the [highlight.php package by Geert Bergman](https://github.com/scrivo/highlight.php) to render code on the server-side so it has no depedencies on extrenal Javascript libraries thus is compatible with AMP pages. For a live demo, see [this demo page](https://www.javacodegeeks.com/syntaxhighlighter-amplified/). 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/). Development of this plugin is [on GitHub](https://github.com/kioub78/syntaxhighlighter-amplified). See [list of current issues](https://github.com/kioub78/syntaxhighlighter-amplified/issues) with the plugin. Please feel free to file any additional issues or requests that you may come across. [Pull requests](https://github.com/kioub78/syntaxhighlighter-amplified/pulls) are welcome. Translation of the plugin into different languages is on the [translation page](https://translate.wordpress.org/projects/wp-plugins/syntaxhighlighter-amplified). = CREDITS = This is a fork of [SyntaxHighligher Evolved](https://github.com/Automattic/syntaxhighlighter) by [Alex Mills](https://alex.blog/) (Viper007Bond), which is also [available on WordPress.org](https://wordpress.org/plugins/syntaxhighlighter/). Copyright (c) 2018 Alex Mills. Licensed under GPL 2.0 or later. [highlight.php](https://github.com/scrivo/highlight.php) is released under the BSD 3-Clause License. Copyright © 2006-2013, Ivan Sagalaev (maniac@softwaremaniacs.org), highlight.js (original author). Copyright © 2013, Geert Bergman (geert@scrivo.nl), highlight.php == Screenshots == 1. Example display of some PHP code. 2. An example use of the editor block. == ChangeLog == = Version 1.0.0 = * Initial release!