Closed bilus closed 5 years ago
raw
plush built-in lets you prevent escaping: https://github.com/gobuffalo/plush/blob/master/escape_test.go#L22
Ideas:
I found html.UnescapeString(result)
to be the easiest solution.
Also saw only &
causing problems. Other chars !@$%/<>
are not encoded during plush render.
PR #70
Expected output:
Actual output: