From 3e11a2fbe12908b167a350702a77ee75833cfc63 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 22 May 2008 15:01:19 -0700 Subject: [PATCH] Enable rawhtml plugin --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}], -- 2.43.0