phoenix_html_simplified_helpers need to import(use) your Phoenix project. The following description is adding 'use syntax' into web.ex.
Fast HTML Parser is a very fast HTML parser. Which will generate a simplified DOM tree, with basic element query support. Per the design, it intends to parse massive HTML files in lowest price, thus ...