WP Code Pretiffy Syntax Highlighter

The best Google Code Prettify WordPress plugin.

Author:Chiedo Labs (profile at wordpress.org)
WordPress version required:4.3.1
WordPress version tested:4.3.1
Plugin version:1.0.0
Added to WordPress repository:17-12-2015
Last updated:17-12-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:452
plugin download
Click to start download

The best Google Code Prettify WordPress plugin. Works with all google code prettify languages. Better than existing WordPress options because you can indent the code in your pre tags.

This plugin:

<div>
  <pre class="prettifier lang-*">
    <div>
      <div>Hello World</div>
    </div>
  </pre>
</div>

Other plugins:

<div>
<pre class="prettifier lang-*">
<div>
  <div>Hello World</div>
</div>
</pre>
</div>