BTW If in index.php
put
$text = \Joomla\CMS\HTML\HTMLHelper::('content.prepare', $fulltext);
intro text is shown once but no content plugin does not work
if put
$text = \Joomla\CMS\HTML\HTMLHelper::('content.prepare', $text);
introtext is shown two times and content plugin works
Any help?