flammy / imagebox

This dokuwiki plugin displays captions in a box drawn around an image.
https://www.dokuwiki.org/plugin:imagebox
GNU General Public License v2.0
5 stars 7 forks source link

Does not cooperate with "\\" any more #108

Closed KaiMartin closed 5 years ago

KaiMartin commented 5 years ago

Imageboxes done with this plugin used to accept line breaks done by double backslashes "\". I used this on several occasions to position text below rather than being squeezed next to the image. Apparently, this does not work any more. The double back slash is essentially ignored.

Is there a way to return to the previous behaviour?

Regards, ---<)kaimartin(>---

PS: Thank you for maintaining this very useful plugin!

KaiMartin commented 5 years ago

Just found a work around: The Wrap plugin by Annika Henke provides the command <WRAP clear/> This seems to force any following text below the imageboxes.

flammy commented 5 years ago

Hey @KaiMartin,

I successfully testes the double slashes in the current version.

You have to append a whitespace after the slashes: [{{wiki:dokuwiki-128.png|first line,\\ second line.}}]