Wrapper for Sanitize HTML to help clean up unwanted html tags
npm install ember-cli-sanitize-html







ember-cli-sanitize-html
==============================================================================
A wrapper around the sanitize-html library for use in ember-cli projects
Installation
------------------------------------------------------------------------------
```
ember install ember-cli-sanitize-html
Usage
------------------------------------------------------------------------------
handlebars
{{sanitize-html raw=[default=false] value="YOUR HTML" options=options}}
``javascript
import sanitizeHtml from 'ember-cli-sanitize-html'
sanitizeHtml('YOUR HTML', options)
``Contributing
------------------------------------------------------------------------------
See the Contributing guide for details.
License
------------------------------------------------------------------------------
This project is licensed under the MIT License.