···22222323houdinis_publicist.escape_attribute("a\"")
2424// => "\"a"\""
2525+```
2626+2727+I've only written the function in pure Gleam, and unlike the original `houdini` haven't written an optimized version for Javascript. So it probably isn't very fast there.
+1-1
gleam.toml
···11name = "houdinis_publicist"
22-version = "1.2.0"
22+version = "1.0.1"
33description = "HTML attribute escaping, that can omit quotes if safe to do so"
44licences = ["Apache-2.0"]
55repository = { type = "github", user = "bentomas", repo = "houdinis_publicist" }