X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/db0d6c5f012bb2f4bc1df5cd1a032e7469a8d331..ca30d95a78ca974c040c152b8c31bdd63f219e6b:/doc/plugins/contrib/sourcehighlight.mdwn?ds=sidebyside diff --git a/doc/plugins/contrib/sourcehighlight.mdwn b/doc/plugins/contrib/sourcehighlight.mdwn index f89677d9e..0066c9b9f 100644 --- a/doc/plugins/contrib/sourcehighlight.mdwn +++ b/doc/plugins/contrib/sourcehighlight.mdwn @@ -4,7 +4,7 @@ I noticed several places in the wiki talking about similar ideas, so I decided t I have implemented a simple wrapper around [source-highlight](http://www.gnu.org/software/src-highlite/). You can find the latest version in -[git](http://http://pivot.cs.unb.ca/git?p=ikiperl.git;a=blob_plain;f=IkiWiki/Plugin/sourcehighlight.pm;hb=HEAD). +[git](http://pivot.cs.unb.ca/git?p=ikiperl.git;a=blob_plain;f=IkiWiki/Plugin/sourcehighlight.pm;hb=HEAD). You must specify `highlight_lang=>"foo,bar"` in your setup file. where foo and bar are the (source-supported) languages you want to highlight