=== Prism WP === Contributors: kosinix Donate link: http://www.codefleet.net/donate/ Tags: syntax highlighter, prism, js, wordpress Requires at least: 3.5 Tested up to: 3.6.1 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html WordPress plugin for the prism js syntax highlighter. This is not a spying program! == Description == Beautify the source codes displayed on your site using the Prism syntax highlighter. = Languages Supported: = * Bash * C * CoffeScript * C++ * C# * CSS * Gherkin * Groovy * HTTP * Java * JavaScript * Markup * PHP * Python * Ruby * SCSS * SQL = Features: = * Choose from 7 source code styles. * Line Highlight * Line Numbers * Show Invisibles * Autolinker * Webplatform Docs * File Highlight = Demos = * [Prism WP Home Page](http://www.codefleet.net/prism-wp/) * [Prism](http://prismjs.com/) = Credits = * Prism WP is based from [Prism](http://prismjs.com/) by [Lea Verou](http://lea.verou.me/). = License = GPLv2 or later - http://www.gnu.org/licenses/gpl-2.0.html == Installation == = Install via WordPress Admin = 1. Ready the zip file of the plugin 1. Go to Admin > Plugins > Add New 1. On the upper portion click the Upload link 1. Using the file upload field, upload the plugin zip file here and activate the plugin = Install via FTP = 1. First unzip the plugin file 1. Using FTP go to your server's wp-content/plugins directory 1. Upload the unzipped plugin here 1. Once finished login into your WP Admin and go to Admin > Plugins 1. Look for Prism WP and activate it = Usage = 1. Choose the language you want to use and appearance in Admin > Settings > Prism WP. 1. Inside your post (or page) content editor, click the Text tab. 1. Wrap your code inside '<pre><code></code></pre>' tags. 1. Example to display a PHP code: `
`
== Frequently Asked Questions ==
= How do I add syntax highlighting to my codes? =
See Usage section.
== Screenshots ==
1. Settings
== Changelog ==
= 1.0.0 - 2013-11-21 =
* Initial commit.
== Upgrade Notice ==
= 1.0.0 - 2013-11-21 =
* Initial commit.