This repository was archived by the owner on Aug 18, 2021. It is now read-only.
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
Make HTMLEncoding optional #135
Open
Description
Currently Liquid enforces HTML-encoding of all properties (and in many places). This is a very particular behavior that, I'm sure, is not necessary on most cases.
If there's still use for it, it should at least sit behind a flag.
Also, the encoder should be cached to avoid taking a performance hit on every.... property... of every object!