Moman Raza
Moman Raza
I am also facing issue string contain `>` which converted to `>` any solution or I can de sanitize on front end ? I don't want to remove sanisation.
I fixed this in angular by using Angular sanitize pipe. ``` import { Pipe, PipeTransform } from '@angular/core'; import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; @Pipe({ name: 'sanitizeHtml' }) export...
@Kanika637 i open PR to fix this issue can you please review my PR i want to work on this project. Thank you