diff options
author | http://kaizer.se/ <http://kaizer.se/@web> | 2009-07-04 03:52:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-07-04 03:52:58 -0400 |
commit | cb151da23313d9591dfdec244ceaae29aa3a1660 (patch) | |
tree | b6e329361c6a9fcdbd4a6dceb2c7b743f1a47225 /doc/plugins | |
parent | e96f28a31ef38fd886d35150ba76adffeeaa3838 (diff) |
rst support for WikiLinks via native syntax (syntax tweak)
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/rst/discussion.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/plugins/rst/discussion.mdwn b/doc/plugins/rst/discussion.mdwn index db1ba6fc9..9909784d5 100644 --- a/doc/plugins/rst/discussion.mdwn +++ b/doc/plugins/rst/discussion.mdwn @@ -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 |