Downloads

Download tar.gz 13.5 KB
MD5: 9095ad667e1836ac31ec5fd1cc5b405c
SHA-1: 93a6801470be7e011950ef5a0f87c066d2b7a939
SHA-256: 3037c943f7565f83cd7e1c55fceef9c26fff6cab7f329a17f1ea445d077bf054
Download zip 19.19 KB
MD5: 082108fb11c6fcfc7c319c1f5b7ff819
SHA-1: dfd05362bb404ae61652eaee5afab5fb5174a492
SHA-256: 8a2109d307e565c07f7198e4ae78ec0fb6c0ba8e1a40fcad51d255cdebe28d82

Release notes

Add syntaxhighlighter filter syntax. Instead of raw HTML which cannot work with the Filtered HTML format, use this:

{syntaxhighlighter OPTIONS}
   program code
   ...
{/syntaxhighlighter}

With this, syntax highlighting can now happen with Filtered HTML format if the Syntaxhighlighter filter is enabled there. This means syntax highlighting can happen with comment as well as node body using Filtered HTML format.

Note 1: must allow the <pre> tag in the HTML filter to work. There is no need to escape the '<' and '>' characters in program code as required by the original Syntaxhighlighter Javascript Library. This is done automatically by the filter.

Note 2: if you use Full HTML format, you can continue to use the old raw HTML markup. So existing contents will continue to work fine with this update without change.

Created by: mattyoung
Created on: 30 Aug 2009 at 22:23 UTC
Last updated: 30 Aug 2009 at 22:25 UTC
New features
Unsupported

Other releases