Download & Extend

syntaxhighlighter 7.x-2.x-dev

Download Size md5 hash
syntaxhighlighter-7.x-2.x-dev.tar.gz 15.48 KB 6e7862e8941244caead8c91a0072d47b
syntaxhighlighter-7.x-2.x-dev.zip 18.51 KB 64628137cd7dc1775ec09a1fe9d4ec79
Last updated: August 30, 2011 - 12:43
Development snapshot from branch: 7.x-2.x

Release notes

Change filter to use the native <pre> tag to be compatible with rich text editor.

Instead of:

{syntaxhighlighter class="brush: php"}
code...
{/syntaxhighlighter}

Now:

<pre class="brush: php">
code
</pre>
nobody click here