t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.4k stars 2.85k forks source link

text break line #986

Closed Sayed-Mahmoud closed 2 years ago

Sayed-Mahmoud commented 2 years ago

<br /> tag and \n do not adding a break/new line to sweet alert text

text: "test <br/> test "

Sayed-Mahmoud commented 2 years ago

sorry, \n works now!