File: html2text.el.html
These functions provide a simple way to wash/clean html infected
mails. Definitely do not work in all cases, but some improvement
in readability is generally obtained. Formatting is only done in
the buffer, so the next time you enter the article it will be
"re-htmlized".
The main function is html2text.
This package was obsoleted by shr.el.
Defined variables (4)
html2text-format-tag-list | An alist of tags and processing functions. |
html2text-remove-tag-list | A list of removable tags. |
html2text-remove-tag-list2 | Another list of removable tags. |
html2text-replace-list | The map of entity to text. |
Defined functions (25)
html2text | () |
html2text-attr-value | (LIST ATTRIBUTE) |
html2text-clean-anchor | (P1 P2 P3 P4) |
html2text-clean-blockquote | (P1 P2 P3 P4) |
html2text-clean-bold | (P1 P2 P3 P4) |
html2text-clean-center | (P1 P2 P3 P4) |
html2text-clean-dl | (P1 P2 P3 P4) |
html2text-clean-dtdd | (P1 P2) |
html2text-clean-font | (P1 P2 P3 P4) |
html2text-clean-hr | (P1 P2) |
html2text-clean-italic | (P1 P2 P3 P4) |
html2text-clean-list-items | (P1 P2 LIST-TYPE) |
html2text-clean-ol | (P1 P2 P3 P4) |
html2text-clean-title | (P1 P2 P3 P4) |
html2text-clean-ul | (P1 P2 P3 P4) |
html2text-clean-underline | (P1 P2 P3 P4) |
html2text-delete-single-tag | (P1 P2) |
html2text-delete-tags | (P1 P2 P3 P4) |
html2text-fix-paragraph | (P1 P2) |
html2text-fix-paragraphs | () |
html2text-format-tags | () |
html2text-get-attr | (P1 P2) |
html2text-remove-tags | (TAG-LIST) |
html2text-replace-string | (FROM-STRING TO-STRING MIN MAX) |
html2text-substitute | () |