README.md
# contentful_renderer
[](https://hex.pm/packages/contentful_renderer)
Elixir package for rendering a [Contentful](https://www.contentful.com/) [Rich Text](https://www.contentful.com/developers/docs/concepts/rich-text/) document into HTML.
Accepts custom renderer functions to override default rendering behaviour on a node by node basis.
Read [the docs](https://hexdocs.pm/contentful_renderer) for more info.
## Installation
```elixir
def deps do
[
{:contentful_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/contentful_renderer](https://hexdocs.pm/contentful_renderer).