Gtk.MessageDialog.prototype.set_markup

function set_markup(str:String):void {
    // Gjs wrapper for gtk_message_dialog_set_markup()
}

Sets the text of the message dialog to be str, which is marked up with the <link linkend="PangoMarkupFormat">Pango text markup language</link>.

Since 2.4

str

markup string (see <link linkend="PangoMarkupFormat">Pango markup format</link>)