README.md in sanitize-rails-1.0.0 vs README.md in sanitize-rails-1.0.1
- old
+ new
@@ -18,9 +18,13 @@
elements: [ ... ],
attributes: { ... },
...
)
+You may pass `escape_entities: false` if you don't want to escape
+html entities. Example: `Hello & World` will not be changed to
+`Hello & World`
+
Check out the [example][] in the `example/` directory.
## Usage
ActionView `sanitize` helper is transparently overriden to use the `Sanitize`