PublicShow sourcehtml_text.pl

Source html_text(+Input) is det
Source html_text(+Input, +Options) is det
Render HTML from Input to current_output. Input is either an HTML DOM or a valid input for load_html/3. Options defined are:
margin_left(+N)
margin_right(+N)
Initial margins.
width(+N)
Total preceived line width.
text_align(+Align)
One of justify or left. Default is justify.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

Source html_text(Arg1, Arg2)