I have created a widget text box that contains just an HTML tag.
<h1>Some heading</h1>
and then insert this widget to a CMS page with url: "cms_page_link".
When I hit the CMS page URL, for example:
http://example.com/cms_page_link/
the page show that widget content just as string with quoted:
"<h1>Some heading</h1>"
not the HTML element as I expected:
Some heading
Have anyway to get HTML tag as normal?
