You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easily post syntax-highlighted code to your site without having to modify the code at all. As seen on WordPress.com.
10
10
@@ -14,10 +14,13 @@ Easily post syntax-highlighted code to your site without having to modify the co
14
14
15
15
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).
16
16
17
-
For a live demo, see [this plugin's homepage](http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/).
17
+
For a live demo, see [this plugin's homepage](https://alex.blog/wordpress-plugins/syntaxhighlighter/).
18
18
19
19
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/).
20
20
21
+
Development of this plugin is [on GitHub](https://github.com/Automattic/syntaxhighlighter).
22
+
Translation of the plugin into different languages is on the [translation page](https://translate.wordpress.org/projects/wp-plugins/syntaxhighlighter).
23
+
21
24
*[As seen on WordPress.com.](http://en.blog.wordpress.com/2009/12/02/better-source-code-posting/)*
22
25
23
26
== Frequently Asked Questions ==
@@ -37,6 +40,12 @@ Try excluding this plugin's Javascript from any performance optimizations your s
37
40
38
41
== ChangeLog ==
39
42
43
+
= Version 3.5.1 =
44
+
45
+
* Fix stored XSS by tightening up the autolinking code so it only does http/https text. #1
Description: Easily post syntax-highlighted code to your site without having to modify the code at all. Uses Alex Gorbatchev's <a href="http://alexgorbatchev.com/SyntaxHighlighter/">SyntaxHighlighter</a>. Includes a new editor block.
0 commit comments