Escaping characters
Closed this issue · 1 comments
silverbackdan commented
Is the responsibility in this library or Inky for escaping certain characters that we do now want HTML endcoed?
Specifically a URL with a query-string inside the Inky template will have ampersands converted to &
- this causes a conflict with another built-in feature for the front-end I'm using where the semi-colon is double-encoded. But I don't think the URL should have the ampersands encoded in the first place.
Any thoughts on this or have I missed some docs on it? TIA.
silverbackdan commented
Think I've found an Inky issue for this foundation/inky#86