]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/conditional_text_based_on_ikiwiki_features.mdwn
web commit by http://ptecza.myopenid.com/: * Problem with uploading attachments
[git.ikiwiki.info.git] / doc / todo / conditional_text_based_on_ikiwiki_features.mdwn
index e5e23531ec88257fa5afa6e4c71792994e5920f3..4b984cf5a1200fa083dbe0b55af75d213c6e35da 100644 (file)
@@ -106,3 +106,16 @@ 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
+
+> No, not supported. I really think that trying to conditionalise text on a
+> page for multimarkdown is a path to madness or unreadability though.
+> Perhaps it would be better to have .mmdwn files that can only contain
+> multimarkdown? --[[Joey]]