Skip to main content

README.md

# SimplexFormat

[![Hex pm](https://img.shields.io/hexpm/v/simplex_format.svg?style=flat)](https://hex.pm/packages/simplex_format)

SimplexFormat is an Elixir library for turning plain text into formatted
HTML. It's drop in replacement for (and fork of) `text_to_html` from
`Phoenix.HTML.Format`, extended to include an `auto_link` flag which converts
HTTP URLs into anchor tags.