summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://kaizer.se/ <http://kaizer.se/@web>2009-07-04 03:50:50 -0400
committerJoey Hess <joey@kitenet.net>2009-07-04 03:50:50 -0400
commite96f28a31ef38fd886d35150ba76adffeeaa3838 (patch)
treec671c1d04761ad893fe4399e452aa76667dbbe02
parentc3b066b062f7ab37d2ff54f62084ddbd6c95fb65 (diff)
rst support for WikiLinks via native syntax
-rw-r--r--doc/plugins/rst/discussion.mdwn10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/plugins/rst/discussion.mdwn b/doc/plugins/rst/discussion.mdwn
index a792b670f..db1ba6fc9 100644
--- a/doc/plugins/rst/discussion.mdwn
+++ b/doc/plugins/rst/discussion.mdwn
@@ -29,4 +29,12 @@ An exhaustive list of differences between prest and "standard" reST follows:
* csv directive doesn't require csv.py
* references directive doesn't allow options
-There may be a few others; my eyes glazed over. --Ethan \ No newline at end of file
+There may be a few others; my eyes glazed over. --Ethan
+
+rst support for ikiwiki seems to be on hold. rst is much more elegant
+than markdown in my opinion, so I tried it out in ikiwiki. I found out
+in other places that some directives work just fine, like [[meta]] and
+[[tag]], others work fine if you wrap them in `.. raw::`, like [[inline]].
+
+But to make a wiki we need [[WikiLinks]]; they can't be escape-inserted or such since they are inline elements in the text.. But images work fine in rst's syntax.. what about using rst syntax for wikilinks as well?
+Is it possible to inject something into the parser to turn unmached links ` `WikiLink`_ ` into ikiwiki links? --ulrik