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
Installation
If available in Hex, the package can be installed
by adding rich_text_html_renderer to your list of dependencies in mix.exs:
def deps do
[
{:rich_text_html_renderer, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/rich_text_html_renderer.