format.pl -- Print formatted text to a terminal | ||
---|---|---|
format_paragraph/2 | Format a paragraph to the current output. | |
trim_line/2 | Remove leading and trailing white space (b(_,_) ) tokens from a line. | |
words/2 | Turn the Input into a list of w(Word, Len, Attributes) terms. | |
html_style.pl | ||
css_block_options/5 | ||
css_inline_options/3 | ||
element_css/3 | ||
style_css_attrs/2 | Convert a style description into a list Property(Value). | |
html_text.pl -- Render HTML as plain text | ||
html_text/1 | Render HTML from Input to current_output . | |
html_text/2 | Render HTML from Input to current_output . | |
pldoc_style.pl |