Is there any solution to this issue?
edit: Response from author has a quick fix.
I’m working on to fix this somehow, as you’re not the first one to mention this, but as a quick fix you can move the line 1459, which looks like this:
$content = relevanssi_strip_invisibles($content); // removes <script>, <embed> &c with content
before line 1470, which looks like this:
$content = strip_tags($content); // this removes the tags, but leaves the content
`