I am going to limit HTMLPurifier to only accept some specific HTML tags.
list of valid tags:
<a>
<img>
<i>
<b>
I read Configuration Documentation and HTML Allowed Elements
but there is not a good description and example.
if you have worked with this and limited some tags in HTML Purifier please give me an example.
thanks in advance.