Variable: markdown--remote-image-cache
markdown--remote-image-cache is a variable defined in
markdown-mode.el.
Value
#s(hash-table test equal)
Documentation
A map from URLs to image paths.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defvar markdown--remote-image-cache
(make-hash-table :test 'equal)
"A map from URLs to image paths.")