Bold text in frappe.throw

I want to display some text in bold in my frappe.throw message.

Is there any way to do this?

Use HTML in it.

e.g.

frappe.throw("<b>Bold Text</b> Normal Text")

2 Likes