Purpose/Description
Sometimes tags contain an invalid tag, which is not part of standard HTML tags. API can provide a way to optionally skip/escape these tags.
Suggested approach
This can be by replacing the corresponding <, > and & chars with <, >, &
Purpose/Description
Sometimes tags contain an invalid tag, which is not part of standard HTML tags. API can provide a way to optionally skip/escape these tags.
Suggested approach
This can be by replacing the corresponding
<,>and&chars with<,>,&