diff options
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/sourcehighlight.mdwn | 2 | ||||
-rw-r--r-- | doc/plugins/edittemplate.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/doc/plugins/edittemplate.mdwn b/doc/plugins/edittemplate.mdwn index ac8e0a71f..8140b4f41 100644 --- a/doc/plugins/edittemplate.mdwn +++ b/doc/plugins/edittemplate.mdwn @@ -3,7 +3,7 @@ This plugin allows registering template pages, that provide default content for new pages created using the web frontend. To register a -template, insert a [[PreprocessorDirective]] on some other page. +template, insert a [[Preprocessor_Directive|/ikiwiki/preprocessordirective]] on some other page. \[[!edittemplate template="bugtemplate" match="bugs/*"]] |