Function: shr-outline-level
shr-outline-level is a byte-compiled function defined in shr.el.gz.
Signature
(shr-outline-level)
Documentation
Function to be used as outline-level(var)/outline-level(fun) with shr-outline-search.
Source Code
;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defun shr-outline-level ()
"Function to be used as `outline-level' with `shr-outline-search'."
(get-text-property (point) 'outline-level))