Escape characters in Kirbytext/Kirbytags attributes

Alright thatā€™ll do.

Just out of curious, I use attributes for inline styles (for if one needs it). HTMLentities are not parsed correctly in css unfortunately.

I can implement my own ā€˜escape mechanismā€™, but it would be great if kirby can take care of it. I know there is the ā€˜escapeā€™ function which will convert to HTMLentities, but is there an ā€˜unescape mechanismā€™ implemented?