rst support for WikiLinks via native syntax (syntax tweak)
authorhttp://kaizer.se/ <http://kaizer.se/@web>
Sat, 4 Jul 2009 07:52:58 +0000 (03:52 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 4 Jul 2009 07:52:58 +0000 (03:52 -0400)
doc/plugins/rst/discussion.mdwn

index db1ba6fc995af60bfe2cbfed508ca7c09992c23d..9909784d54ca2ce092841fe9ea0413fec75de911 100644 (file)
@@ -36,5 +36,8 @@ 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
+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