revert
parent
724c011d94
commit
6887ef169e
|
@ -7,9 +7,15 @@ It uses the [reStructuredText](http://docutils.sourceforge.net/rst.html)
|
||||||
markup syntax. You need to have the python-docutils module installed to use
|
markup syntax. You need to have the python-docutils module installed to use
|
||||||
it.
|
it.
|
||||||
|
|
||||||
Note that this plugin is rather slow; it forks a copy of python for each
|
Note that this plugin does not interoperate very well with the rest of
|
||||||
page. While there is a perl version of the reStructuredText processor, it
|
ikiwiki. Limitations include:
|
||||||
is not being kept in sync with the standard version, so is not used.
|
|
||||||
|
* There are issues with inserting raw html into documents, as ikiwiki
|
||||||
|
does with [[WikiLinks|WikiLink]] and many
|
||||||
|
[[PreprocessorDirectives|PreprocessorDirective]].
|
||||||
|
* It's slow; it forks a copy of python for each page. While there is a
|
||||||
|
perl version of the reStructuredText processor, it is not being kept in
|
||||||
|
sync with the standard version, so is not used.
|
||||||
|
|
||||||
So while you may find this useful for importing old files into your wiki,
|
So while you may find this useful for importing old files into your wiki,
|
||||||
using this as your main markup language in ikiwiki isn't recommended at
|
using this as your main markup language in ikiwiki isn't recommended at
|
||||||
|
|
Loading…
Reference in New Issue