Thank you!
<?php echo strip_tags(nl2br(get_the_content('')),"<img><b><strong><i><em><a>"); ?>
But after apply this code I have a problem with
[caption] [/caption] of images.
At the moment the caption is visible as text:
[caption id="attachment_75" align="alignnone" width="300"] xxxIMAGE-Caption-Textxxx[/caption]
How I can fix it?