Hi,
I have a field in an event that is html. I was curious if there is any possible way to display the data in that field as rendered html in a dashboard? The event might look like:
Event 1:
name: how_to_cook_brussel_sprouts
help_page: <p> No one likes brussel sprouts so why cook them </p>
Instead of the raw html in the "help_page" field, I would like to render the html so that it is can actually be useful.
Thanks in advance for your help!