Is it possible to enter non-rich-text into the text editor? The apostrophe-rich-text editor seems to add <p>
tags around everything inside it. I'd like to format the widget.html like so:
<h2>{{ apos.singleton(data.widget, 'section-heading', 'apostrophe-rich-text') }}</h2>
but the output wraps the text in <p>
tags so they override the <h2>
. Is there any way to override this behavior?