diff options
author | Joey Hess <joey@wren.kitenet.net> | 2007-10-29 15:18:57 -0400 |
---|---|---|
committer | Joey Hess <joey@wren.kitenet.net> | 2007-10-29 15:18:57 -0400 |
commit | 70eb2478d91828a3e2ce4b962c490ef38fd527f9 (patch) | |
tree | f9dc6578bd1750fbc86ab01c3e29588593cc21aa | |
parent | 3198d690396c0f98cd982e40e38c89be8bfae8f9 (diff) | |
download | ikiwiki-70eb2478d91828a3e2ce4b962c490ef38fd527f9.tar ikiwiki-70eb2478d91828a3e2ce4b962c490ef38fd527f9.tar.gz |
web commit by tschwinge: Bug when followed by a heading.
-rw-r--r-- | doc/plugins/toggle/discussion.mdwn | 15 |
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 |