diff options
author | joanofarctangent@gmail.com <iduffe@dev.piny.svcs.cs.pdx.edu> | 2011-01-18 18:51:35 -0800 |
---|---|---|
committer | joanofarctangent@gmail.com <iduffe@dev.piny.svcs.cs.pdx.edu> | 2011-01-18 18:51:35 -0800 |
commit | 8203bf9c98833de59ba0c939566ce25ce53e2eb0 (patch) | |
tree | b8edde28d20b366780db3ff09388145a684d082a /libpiny/share/ikiwiki.setup | |
parent | 666f8065cd416870d236ae2063dd836fb35d18a0 (diff) | |
parent | 5e5c8b90363ff5460ee6eb9378a31f099d38aefe (diff) | |
download | piny-code-8203bf9c98833de59ba0c939566ce25ce53e2eb0.tar.gz piny-code-8203bf9c98833de59ba0c939566ce25ce53e2eb0.zip |
Merge branch 'master' of piny.be:/srv/git/piny-code
Diffstat (limited to 'libpiny/share/ikiwiki.setup')
-rw-r--r-- | libpiny/share/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpiny/share/ikiwiki.setup b/libpiny/share/ikiwiki.setup index 18f8418..e6619d4 100644 --- a/libpiny/share/ikiwiki.setup +++ b/libpiny/share/ikiwiki.setup @@ -54,7 +54,7 @@ use IkiWiki::Setup::Standard { prefix_directives => 1, httpauth => 1, # To add plugins, list them here. - add_plugins => [qw{sidebar toc meta table tag graphviz httpauth img attachment rename remove map teximg version edittemplate}], + add_plugins => [qw{sidebar toc meta table tag graphviz httpauth img attachment rename remove map teximg version edittemplate rawhtml}], disable_plugins => [qw{openid passwordauth}], teximg_prefix => "\\documentclass{scrartcl} \\usepackage[version=3]{mhchem} |