blob: 52c5df56c807b573a48799f75336ebe8fa001d36 (
plain)
How can I enable textile?
What I did:
-
Install textile.pm in $HOME/bin and added this directory to @INC in ikiwiki.
-
wrote add_plugins => [qw{textile}], into .ikiwiki/ikiwiki.setup
-
wrote a short test.txtl in the $SRCDIR
-
executed ikiwiki --setup .ikiwiki/ikiwiki.setup
-
found the test.html-file but is was not parsed for textile-syntax :-(
|