]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by tschwinge
authorJoey Hess <joey@wren.kitenet.net>
Mon, 29 Oct 2007 19:24:51 +0000 (15:24 -0400)
committerJoey Hess <joey@wren.kitenet.net>
Mon, 29 Oct 2007 19:24:51 +0000 (15:24 -0400)
doc/plugins/toggle/discussion.mdwn

index fe50414a0ede6e4f33c792eac26fbfaa71df54b8..a8eb6e1d47bfed537ca257320fe924d7f7185812 100644 (file)
@@ -18,17 +18,19 @@ but no success. How can I do it?
 
 Ikiwiki fails to render the line break between *foo* and *bar* when the following is toggled on:
 
 
 Ikiwiki fails to render the line break between *foo* and *bar* when the following is toggled on:
 
-[[toggle text="show"]]
-[[toggleable text="""
+[[toggle id="test" text="show"]]
+[[toggleable id="test" text="""
     foo
 """]]
 
 
 ## bar
 
     foo
 """]]
 
 
 ## bar
 
+--[[tschwinge]]
+
 
 # Bug when toggling in a preview page
 
 When toggling an item while being in a web-editing session in the *Preview* frame,
 you'll lose the context of the editing session and will be directed to the wiki's
 
 # Bug when toggling in a preview page
 
 When toggling an item while being in a web-editing session in the *Preview* frame,
 you'll lose the context of the editing session and will be directed to the wiki's
-main page instead.
+main page instead.  --[[tschwinge]]