]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by http://jcflack.myopenid.com/
authorJoey Hess <joey@kitenet.net>
Mon, 7 Jul 2008 18:00:46 +0000 (14:00 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 7 Jul 2008 18:00:46 +0000 (14:00 -0400)
doc/todo/conditional_text_based_on_ikiwiki_features.mdwn

index e5e23531ec88257fa5afa6e4c71792994e5920f3..2b411144c407313ffd583b1662d35f9dd37b4e41 100644 (file)
@@ -106,3 +106,11 @@ This is now completely [[todo/done]]! See [[plugins/conditional]].
 --[[Joey]]
 
 > You rock mightily. --[[JoshTriplett]]
+
+Is there a way to test features other than plugins? For example,
+to add to [[ikiwiki/Markdown]] something like
+
+    \[[if test="enabled(multimarkdown)" then="You can also use..."]]
+
+(I tried it like that just to see if it would work, but I wasn't that lucky.)
+--ChapmanFlack