For example, I would like this to be output this with the rich text field:
<h2 class="marginBottomNone">This Heading Has No Bottom Margin</h2>
<p>This is a Strap Line Related to the H2 Above</p>
The above happens frequently in our content and I’m trying to figure out how to output it with Storyblok. And, there are lots of other cases where we need to add a class directly to a tag.
I can add a span with a class inside the h2 using the: Rich Text | Edit Field | CSS Class Options
But, that adds a span inside the h2 and not to the h2 itself.