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?
You can use this JavaScript snippet for the BBCode to HTML conversion or this BBCode→HTML converter for manual conversion. 
(btw. I was recently implementing that for our HTML-based TinyMCE Rich Text Editor plugin)