Skip to content

Add support to escape non-html tags #21

@thedroiddiv

Description

@thedroiddiv

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 &lt, &gt;, &amp;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions