Variable: shr-external-rendering-functions

shr-external-rendering-functions is a variable defined in shr.el.gz.

Value

nil

Documentation

Alist of tag/function pairs used to alter how shr renders certain tags.

For instance, eww uses this to alter rendering of title, forms and other things:
((title . eww-tag-title)
 (form . eww-tag-form)
 ...)

Source Code

;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defvar shr-external-rendering-functions nil
  "Alist of tag/function pairs used to alter how shr renders certain tags.
For instance, eww uses this to alter rendering of title, forms
and other things:
\((title . eww-tag-title)
 (form . eww-tag-form)
 ...)")