Function: org-html-image-link-filter

org-html-image-link-filter is a byte-compiled function defined in ox-html.el.gz.

Signature

(org-html-image-link-filter DATA BACKEND INFO)

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
;;;; Link

(defun org-html-image-link-filter (data _backend info)
  (org-export-insert-image-links data info org-html-inline-image-rules))