You post make me search and ts many thanks for tha
The solution is
In my template override for articles, /mytemplate/html/com_content/article/default.php I looked for the line that echos the content:
echo $this->item->text;
and replaced it with:
echo JHTML::_('content.prepare', $this->item->text);
Give the thanks to gebeer on his post
https://www.seblod.com/community/forums/general-discussions/content-plugin-doesn-t-work-in-seblod