Variable: html2text-remove-tag-list2
html2text-remove-tag-list2 is a variable defined in html2text.el.gz.
Value
("li" "dt" "dd" "meta")
Documentation
Another list of removable tags.
This is a list of tags which are removed similarly to the list
html2text-remove-tag-list - but these tags are retained for the
formatting, and then moved afterward.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/html2text.el.gz
(defvar html2text-remove-tag-list2 '("li" "dt" "dd" "meta")
"Another list of removable tags.
This is a list of tags which are removed similarly to the list
`html2text-remove-tag-list' - but these tags are retained for the
formatting, and then moved afterward.")