Premailex.HTMLParser.LazyHTML (Premailex v1.0.0)

Copy Markdown View Source

HTML parser implementation using LazyHTML.

Add LazyHTML to your dependencies in mix.exs to use this parser:

defp deps do
  [
    {:lazy_html, "~> 0.1.11"}
  ]
end