Posted by mattyoung on May 13, 2011 at 6:23am
| 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
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>