Hey does anyone know how to get inner quotation marks into a [:style “”] tag? escaping with \ and using ‘ doesn’t seem to work
@mattsfrey: That needs to be handled by the HTML renderer. Sablono has dangerouslySetInnerHTML for this purpose.
dangerouslySetInnerHTML
ah ty