aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/rst
diff options
context:
space:
mode:
authorhttp://weakish.myopenid.com/ <weakish@web>2010-08-13 16:13:06 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-08-13 16:13:06 +0000
commit8a0b2d07d3aa1a833e9b83ce9e2a9b2a6f76fb9b (patch)
tree3159067d8e97e55b44e3cc713e5f8bffa53b046b /doc/plugins/rst
parent07e27bd082cf8ecd55908f6486a344bb74503de6 (diff)
downloadikiwiki-8a0b2d07d3aa1a833e9b83ce9e2a9b2a6f76fb9b.tar
ikiwiki-8a0b2d07d3aa1a833e9b83ce9e2a9b2a6f76fb9b.tar.gz
possible to use place holders?
Diffstat (limited to 'doc/plugins/rst')
-rw-r--r--doc/plugins/rst/discussion.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/plugins/rst/discussion.mdwn b/doc/plugins/rst/discussion.mdwn
index 3c3b03275..c84a6218e 100644
--- a/doc/plugins/rst/discussion.mdwn
+++ b/doc/plugins/rst/discussion.mdwn
@@ -71,3 +71,11 @@ I need help on a couple of points
* Can we include this in ikiwiki's rst if it is not too hairy?
--ulrik
+
+
+----
+
+> The main problem with more sophisticated RST support is that ikiwiki turns
+preprocessor directives into raw HTML and reST hates inline HTML.
+
+Is it possible for ikiwiki to store preprocessor directives in memory, and replace them with place holders, then do the rst process. After the rst processing, process the preprocessor directives and replace place holders. --[[weakish]]