(sink-writer san)Returns a fn (fn [builder s] -> builder) that escapes s straight into a
mutable string builder, for the built-in sanitizers. Returns nil for any
other sanitizer, so callers fall back to sanitize + append. Intended to be
called once at parse time, not per render.
Returns a fn (fn [builder s] -> builder) that escapes `s` straight into a mutable string builder, for the built-in sanitizers. Returns nil for any other sanitizer, so callers fall back to `sanitize` + append. Intended to be called once at parse time, not per render.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |