blob: 52c5df56c807b573a48799f75336ebe8fa001d36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# How can I enable textile?
What I did:
1. Install textile.pm in $HOME/bin and added this directory to @INC in ikiwiki.
1. wrote <pre>add_plugins => [qw{textile}],</pre> into .ikiwiki/ikiwiki.setup
1. wrote a short test.txtl in the $SRCDIR
1. executed <pre>ikiwiki --setup .ikiwiki/ikiwiki.setup</pre>
1. found the test.html-file but is was not parsed for textile-syntax :-(
|