Variable: markdown-remote-image-protocols
markdown-remote-image-protocols is a customizable variable defined in
markdown-mode.el.
Value
("https")
Documentation
List of protocols to use to download remote images.
See also markdown-display-remote-images.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-remote-image-protocols '("https")
"List of protocols to use to download remote images.
See also `markdown-display-remote-images'."
:group 'markdown
:type '(repeat string))