V4 vs V5 Toast message functionality

In V4 the Toast will render any HTML elements embedded in the message field but V5 is not. Is there a setting I am missing in V5. Example:

                    mobiscroll5.toast({
                        display: 'center',
                        color: 'success',
                        message: '<span style="font-size: 20px"><b>Welcome ' + data[0].FirstName + ' to your NNA Maintenance Web Portal</b></span>',
                        duration: 3000,
                        callback: function (event) {
                        //    location.replace('Dashboard.aspx');
                        }
                    });

Hi @Todd_Martin :wave:

At the moment the v5 Toast message only accepts a string without html elements.
While it is not supported at the moment, I’ll make sure to add your voice to the feature request.