# `Premailex.HTMLParser.LazyHTML`
[🔗](https://github.com/danschultzer/premailex/blob/v1.0.0/lib/premailex/html_parser/lazy_html.ex#L2)

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
