readability2 v0.4.0 Readability.ArticleBuilder

Build article for readability

Link to this section Summary

Functions

Prepare the article node for display. Clean out any inline styles, iframes, forms, strip extraneous <p> tags, etc.

Link to this section Types

Specs

html_tree() :: tuple() | list()

Specs

options() :: list()

Link to this section Functions

Link to this function

build(html_tree, opts)

Specs

build(html_tree(), options()) :: html_tree()

Prepare the article node for display. Clean out any inline styles, iframes, forms, strip extraneous <p> tags, etc.