widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #05999
Re: [Merge] lp:~widelands-dev/widelands/map_hint_space into lp:widelands
If I have only 1 \n = <br>, the renderer will only create a newline, but not the space for a paragraph. We don't want spaces for paragraphs here, because that would break the semantics. So, we would need to change the parser to do some very special treatment for two <br> tags in a row, which also feels hacky.
I decided not to allow \n\n\n or \n\n\n\n on purpose - in the same way that we eat multiple blank spaces when we're not in text editing mode.
--
https://code.launchpad.net/~widelands-dev/widelands/map_hint_space/+merge/285407
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/map_hint_space.
Follow ups
References