One example is an embedded video, its HTML gets turned into:
<span class=\"fr-video fr-dvb fr-draggable\">Your browser does not support HTML5 video.</span>
Rather than a video tag with a link to the video. Is there a way within the Craft backend to retrieve non-rendered HTML?
One example is an embedded video, its HTML gets turned into:
Rather than a
videotag with a link to the video. Is there a way within the Craft backend to retrieve non-rendered HTML?