'\\n' does not make newline in webix.alert() window?

When I create a webix.alert(), I can’t get ’
’ to create a new line within the alert window. I’m essentially looking for how to have multiple lines of text within an alert window and not just have it grouped into one giant sentence

Snippet: https://snippet.webix.com/i7z11ah1

Thank you!

try to use <br/> tag instead of newline
https://snippet.webix.com/dob8ylyk

@integral I see. Yes that works perfect, thank you!