Hello there, I have a webform and I am trying to create a description for a field using markup, as pictured below:  

However when I go to the field in the form it is not displaying the markup, only the text:  

How would I remedy this? Thank you.

Accepted answer

Or better yet, navigate to admin/config/content/webform and modify the Allowed HTML tags in labels text field under Advanced options.

Comments

I haven't tried this, but I believe you can add allowed html tags by editing the file webform.settings.json located inside your active config folder (e.g. in files/config_XXX/active and modifying the key webform_allowed_tags to add b, br and i.

Or better yet, navigate to admin/config/content/webform and modify the Allowed HTML tags in labels text field under Advanced options.