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
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