This had unintended behaviour, it was only parsed by the text function at the end and thus would cause the text to be mis-positioned. The new line character can only be sent via code modification so this was only an issue for mods.
!image"Sometext\nOOP new ^900LINE\\nAnother ^090one"
!image
When a demo info is loaded and has markers, the icon becomes green. Markers are also displayed in the info section. It doesn't look amazing but it's functional. We can perhaps do a better job designing this part of the UI later.
I also fixed a double click issue (a triple click was needed and even that sometimes didn't work).
215fc5d Broadcast: parse new line character - LordSk
632b12b Removed unnecessary check - LordSk
f41bb0c Merge pull request #1912 from LordSk/fix/broadc... - oy