Closed georgelemon closed 7 months ago
all these are valid and should be auto escaped
// objects button data-attr={hello: "hey"}: "Clickable" // arrays button data-attr=["one", "two"]: "Clickable" // from callables var obj = {hello: "hey"} button data-attr=$obj: "Should be fine"
all these are valid and should be auto escaped