this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update readme, version number

+4 -1
+3
README.md
··· 22 22 23 23 houdinis_publicist.escape_attribute("a\"") 24 24 // => "\"a"\"" 25 + ``` 26 + 27 + 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
··· 1 1 name = "houdinis_publicist" 2 - version = "1.2.0" 2 + version = "1.0.1" 3 3 description = "HTML attribute escaping, that can omit quotes if safe to do so" 4 4 licences = ["Apache-2.0"] 5 5 repository = { type = "github", user = "bentomas", repo = "houdinis_publicist" }