Hi Forum!
I have the following content in a ckeditor body-field:
<figure class="align_right"><img alt="some random alt text" src="path/to/image-file" />
<figcaption>some random caption text</figcaption>
</figure>
<p>some random text</p>
I use
$text = $sanitizer->truncate($page->bod...