Readability.ArticleBuilder (readability2 v0.7.0)

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

@type html_tree() :: tuple() | list()
@type options() :: list()

Link to this section Functions

Link to this function

build(html_tree, opts)

@spec build(html_tree(), options()) :: html_tree()

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