diff options
author | Joey Hess <joey@wren.kitenet.net> | 2007-10-29 15:24:51 -0400 |
---|---|---|
committer | Joey Hess <joey@wren.kitenet.net> | 2007-10-29 15:24:51 -0400 |
commit | 0116a56536953055e919a93889c3e7e453f64646 (patch) | |
tree | 10d7e1aae71d42ceac395d846d8568cc7f724e04 | |
parent | 937d0a937032cdfcafb8f8b510a6d0b76779ac69 (diff) | |
download | ikiwiki-0116a56536953055e919a93889c3e7e453f64646.tar ikiwiki-0116a56536953055e919a93889c3e7e453f64646.tar.gz |
web commit by tschwinge
-rw-r--r-- | doc/plugins/toggle/discussion.mdwn | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/plugins/toggle/discussion.mdwn b/doc/plugins/toggle/discussion.mdwn index fe50414a0..a8eb6e1d4 100644 --- a/doc/plugins/toggle/discussion.mdwn +++ b/doc/plugins/toggle/discussion.mdwn @@ -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: -[[toggle text="show"]] -[[toggleable text=""" +[[toggle id="test" text="show"]] +[[toggleable id="test" text=""" 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 -main page instead. +main page instead. --[[tschwinge]] |