no longer need triple quotes
[ikiwiki] / doc / plugins / rst.mdwn
1 [[template id=plugin name=rst included=1 author="Sergio Talens-Oliag"]]
2 [[tag type/format]]
3
4 This plugin lets ikwiki convert files with names ending in ".rst" to html.
5 It uses the [reStructuredText](http://docutils.sourceforge.net/rst.html)
6 markup syntax. You need to have the python-docutils module installed to use
7 it.
8
9 Note that this plugin does not interoperate very well with the rest of
10 ikiwiki. Limitations include:
11
12 * reStructuredText does not allow raw html to be inserted into
13   documents, but ikiwiki does so in many cases, including
14   [[WikiLinks|WikiLink]] and many
15   [[PreprocessorDirectives|PreprocessorDirective]].
16 * It's slow; it forks a copy of python for each page. While there is a
17   perl version of the reStructuredText processor, it is not being kept in
18   sync with the standard version, so is not used.
19
20 So while you may find this useful for importing old files into your wiki,
21 using this as your main markup language in ikiwiki isn't recommended at
22 this time.