I have noticed that when passing html string to htmlpurifier, it replaces all self closing tags either by open and closing tags or by just open tags example Be
I am using a laravel html purifier package for purifying my rich text from any xss before storing in database. But my rich text allows for Wiris symbols which u
I have been testing 2 different PHP libraries (html2text & htmlpurifier) to convert html email to plain text. The problem is that none of them are formatti