Этот вопрос очень похож на this . За исключением того, что я хочу сохранить только <br />
и некоторые теги <img>
(с class = "visible"). Т.е. от:
<example>
<text>
Some text with <br /> and <img src="source" /> then text .... <img class="visible" src="source" />
</text>
</example>
Иметь:
<div class="example">
<p>Some text with <br /> and then text .... <img class="visible" src="source" /></p>
</div>