Encountered this on liqp 0.9, though it could go further back. Ex. `{{ "<em>test</em>" | escape }}` --> `<em>test</em>` `{{ "<em>test</em>" | escape | strip_html }}` --> `<em>test</em>`
Encountered this on liqp 0.9, though it could go further back.
Ex.
{{ "<em>test</em>" | escape }}--><em>test</em>{{ "<em>test</em>" | escape | strip_html }}--><em>test</em>