sciactive / pnotify

Beautiful JavaScript notifications with Web Notifications support.
https://sciactive.com/pnotify/
Apache License 2.0
3.65k stars 513 forks source link

Pnotify with html tag #409

Closed azzahrah closed 3 years ago

azzahrah commented 3 years ago

I try to fill text with html tag like:

<table>
  <tr><td>Info></td><td>Some Info></td></tr>
</table>

But html tag like table, tr,td is visible... so this not work as my expected... is pnotify support html tag?