From: Carl Worth Date: Thu, 22 May 2008 22:01:19 +0000 (-0700) Subject: Enable rawhtml plugin X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=3e11a2fbe12908b167a350702a77ee75833cfc63 Enable rawhtml plugin --- diff --git a/ikiwiki.setup b/ikiwiki.setup index cc2c2b9..006a63a 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -82,7 +82,7 @@ use IkiWiki::Setup::Standard { # To add plugins, list them here. #add_plugins => [qw{goodstuff search wikitext camelcase # htmltidy fortune sidebar map rst anonok}], - add_plugins => [qw{goodstuff pagetemplate}], + add_plugins => [qw{goodstuff pagetemplate rawhtml}], # If you want to disable any of the default plugins, list them here. #disable_plugins => [qw{inline htmlscrubber passwordauth openid}], disable_plugins => [qw{smiley htmlscrubber}],