I just want to create new issue to make sure to my comment will be noticed.
From the issue https://github.com/quasarframework/quasar/issues/2077#issuecomment-494668444 _([Request] Notify- Suggest allow to display html tag)_ .
There are also valid use-cases for adding html in Notify, like the ff:
<b></b> or <strong></strong> for emphasis<a></a> for external links<br> tagsI guess adding a button like "Show More" is quite overkill for those use-cases.
What if we can have a boolean option that can enable this feature so that it will not be a security flaw,
and the developer should make sure to sanitize the data they bind.
{ html: true } // default: false
Will be available in v1-rc.1
Most helpful comment
Will be available in v1-rc.1