aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/wikitext.pm
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-18 21:48:03 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-18 21:48:03 +0000
commit7f58a84dea11b24bf175388b2562fcd1afad9762 (patch)
tree1837a0ffd24b28989b950cdbe7a1fdf09b58273c /IkiWiki/Plugin/wikitext.pm
parent05a298c47363e66e139f76b8a198202964ce3962 (diff)
downloadikiwiki-7f58a84dea11b24bf175388b2562fcd1afad9762.tar
ikiwiki-7f58a84dea11b24bf175388b2562fcd1afad9762.tar.gz
* Add otl format plugin, which handles files as created by vimoutliner.
Diffstat (limited to 'IkiWiki/Plugin/wikitext.pm')
-rw-r--r--IkiWiki/Plugin/wikitext.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/wikitext.pm b/IkiWiki/Plugin/wikitext.pm
index 8b8cbe75e..9fa87dafb 100644
--- a/IkiWiki/Plugin/wikitext.pm
+++ b/IkiWiki/Plugin/wikitext.pm
@@ -4,6 +4,7 @@ package IkiWiki::Plugin::wikitext;
use warnings;
use strict;
+use IkiWiki;
use Text::WikiFormat;
sub import { #{{{