How to make BBCode output to correct HTML?

Hi there,

I have the Bubble Rich Text Editor, which saves BBCode to a text field:

But when I render the text field on the page, it creates this ugly span based HTML for the header, instead of <h2>:

How can I instruct Bubble to show the proper HTML elements on the output?

Thank you.

If you feel comfortable with javascript, you can create a conversion function that translates your bb code into HTML code

Thanks, but I’m confused. Bubble has no way out of the box to display proper HTML mark-up from the Bubble Rich Text Editor?