PrEEx

An EEx engine that makes it easier to work with preformatted text.

Documentation

See HexDocs for complete documentation.

Installation

The package can be installed by adding preex to your list of dependencies in mix.exs:

def deps do
  [
    {:preex, "~> 0.1.0"}
  ]
end