From: Joey Hess Date: Mon, 29 Oct 2007 19:18:57 +0000 (-0400) Subject: web commit by tschwinge: Bug when followed by a heading. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/70eb2478d91828a3e2ce4b962c490ef38fd527f9?hp=3198d690396c0f98cd982e40e38c89be8bfae8f9 web commit by tschwinge: Bug when followed by a heading. --- 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