aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/toggle/discussion.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@wren.kitenet.net>2007-10-29 15:18:57 -0400
committerJoey Hess <joey@wren.kitenet.net>2007-10-29 15:18:57 -0400
commit70eb2478d91828a3e2ce4b962c490ef38fd527f9 (patch)
treef9dc6578bd1750fbc86ab01c3e29588593cc21aa /doc/plugins/toggle/discussion.mdwn
parent3198d690396c0f98cd982e40e38c89be8bfae8f9 (diff)
downloadikiwiki-70eb2478d91828a3e2ce4b962c490ef38fd527f9.tar
ikiwiki-70eb2478d91828a3e2ce4b962c490ef38fd527f9.tar.gz
web commit by tschwinge: Bug when followed by a heading.
Diffstat (limited to 'doc/plugins/toggle/discussion.mdwn')
-rw-r--r--doc/plugins/toggle/discussion.mdwn15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/plugins/toggle/discussion.mdwn b/doc/plugins/toggle/discussion.mdwn
index a85f2ec1c..548d59830 100644
--- a/doc/plugins/toggle/discussion.mdwn
+++ b/doc/plugins/toggle/discussion.mdwn
@@ -11,4 +11,17 @@ but no success. How can I do it?
> --[[Joey]]
>> Thanks a lot for the fast reply, Joey! It's good to know it.
->> --PTecza \ No newline at end of file
+>> --PTecza
+
+
+# Bug when followed by a heading
+
+Ikiwiki fails to render the line break between *foo* and *bar* when the following is toggled on:
+
+[[toggle text="show"]]
+[[toggleable text="""
+ foo
+"""]]
+
+
+## bar