=== Syntax Highlighter by Akshay M. === Contributors: akshaymohite31 Donate link: http://rubyinrails.com/ Tags: syntax highlighting, code, codearea, sourcecode, html, css, ruby, java, cpp Requires at least: 3.0.1 Tested up to: 3.8.1 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Best Syntax Highlighting Plugin available for Wordpress that allows to display and Highlight Code Snippets in various Languages on your blog. == Description == The need of displaying Code Snippets in your blog is fulfilled by the Plugin effectively. The plugin can be used as follows, Code that you want to have syntax highlighted and displayed in Code Textarea, should be encoded with pre and code tags as discussed in Installation section of the Plugin. This plugin can be used to display and highlight code of various languages including C, CPP, Java, PHP, Ruby, Markup (HTML) etc. == Installation == From your WordPress dashboard 1. Visit 'Plugins > Add New' 2. Search for 'Syntax Highlighter by Akshay M.' 3. Activate 'Syntax Highlighter by Akshay M.' from your Plugins page. How to Use: * Write your code in tags like,
<pre class="language-ruby"><code class="language-ruby"> // Sample Code of Ruby </code></pre>* Including Line numbers for your code in the codearea,
pre class="language-ruby line-numbers"><code class="language-ruby"> // Sample Code of Ruby </code></pre>* Example for using with various languages: Ruby -
<pre class="language-ruby"><code class="language-ruby"> # Ruby Code </code></pre>Java -
<pre class="language-java"><code class="language-java"> # Java Code </code></pre>PHP -
<pre class="language-php"><code class="language-php"> # PHP Code </code></pre>C -
<pre class="language-c"><code class="language-c"> # C Code </code></pre>CPP -
<pre class="language-cpp"><code class="language-cpp"> # CPP Code </code></pre>HTML -
<pre class="language-html"><code class="language-html"> # HTML Code </code></pre>Markup -
<pre class="language-markup"><code class="language-markup"> # Markup Code </code></pre>== Frequently Asked Questions == = How to use for Java language? = Use following syntax for implementing thr plugin for Java Language.
<pre class="language-java"><code class="language-java">
// Sample Code of Ruby
</code></pre>
# Similarly use for other languages
For using it for other languages, replace 'language-ruby' with 'language-java'
== Screenshots ==
1. '/assets/screenshot-1.png'
2. '/assets/screenshot-2.png'
== Changelog ==
= 1.0 =
* Initial Version of the Plugin
== Upgrade Notice ==
= 1.0 =
Initial Commit of the Plugin
== Arbitrary section ==
== Features ==
1. Display of CodeArea on Blog
2. Syntax Hilighting of code in various languages including C, CPP, Java, PHP, Ruby, Markup (HTML) etc.
3. Line numbering for the code in Codearea