Downloads
Download tar.gz
15.69 KB
MD5: c5e1ebb57e1a653c81b034dfbb5fbd31
SHA-1: 663cdc5c90d217aeae44bfacb885954601b0c4cf
SHA-256: 45bcd1eaa717a28ba7aba112bf1f26d83b90729065a70596dcaeaebe2386ca2c
Download zip
18.7 KB
MD5: 8da4a1b9fb8107909249d509e666566e
SHA-1: 41dabbe3cb8277827cb2e173415c289c792d059f
SHA-256: d184155859a3a74abeb86605f90cc85a82ef8b245fbc9f75feaca174c7289698
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>