# `Fields.DescriptionPlaintextUnlimited`

An Ecto Type for plaintext description fields with no length restrictions.
Strips out all HTML tags to avoid XSS.

## Example

    schema "article" do
      field(:description, Fields.DescriptionPlaintextUnlimited)
    end

# `cast`

# `dump`

# `embed_as`

# `equal?`

# `input_type`

# `load`

# `type`

---

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