When I pass a string with multiple line end characters in it, that is "\n" characters, when the text is displayed all the lines are shown without line breaks.
Is there any way to get for example plugins.dialogs.showInfoDialog( 'Information', multiLineString ) to display the text without stripping out the line end characters?
thanks,
Terry