Skip to content

Applying strip_html filter to escaped html will unescape the string #306

Description

@ugenl

Encountered this on liqp 0.9, though it could go further back.

Ex.
{{ "<em>test</em>" | escape }} --> &lt;em&gt;test&lt;/em&gt;

{{ "<em>test</em>" | escape | strip_html }} --> <em>test</em>

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