Install
Works with Drupal: 7.xUsing dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Downloads
Download tar.gz
16.88 KB
MD5: 76f734089962adaec9438e4e959b8584
SHA-1: a8c44fe588b4c024a4c209dbad70098ae3074ed8
SHA-256: 47c3f5ea3bbc9ef694a850aeb29ddb6dc7ff366af0c6aa159df7471d40589502
Download zip
20.58 KB
MD5: 7378e2fad1ca349c071a1332ad822667
SHA-1: 56514ca169732f04f203fa89885b1ed4e9bf94fa
SHA-256: a7cff8357adb3f90686ec865d74c53cce7d0b937a6f5151297370df8e1900f69
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>