README.md

# RichTextHtmlRenderer

This is an Elixir port of Contentful's official npm package `@contentful/rich-text-html-renderer`.  It renders the Contentful rich text field type into HTML.

See the original [rich-text-html-renderer](https://github.com/contentful/rich-text/tree/master/packages/rich-text-html-renderer)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `rich_text_html_renderer` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:rich_text_html_renderer, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/rich_text_html_renderer>.