Variable: markdown-open-image-command

markdown-open-image-command is a customizable variable defined in markdown-mode.el.

Value

nil

Documentation

Command used for opening image files directly.

This is used at markdown-follow-link-at-point.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-open-image-command nil
  "Command used for opening image files directly.
This is used at `markdown-follow-link-at-point'."
  :group 'markdown
  :type '(choice file function (const :tag "None" nil)))