# `Fields.HtmlBody`

An Ecto Type for bodies of html text.
Strips out all HTML script tags to avoid XSS but allows other basic HTML
elements to remain.

## Example

    schema "article" do
      field(:body, Fields.HtmlBody)
    end

# `cast`

# `dump`

# `embed_as`

# `equal?`

# `input_type`

# `load`

# `type`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
