Variable: markdown-live-preview-window-function

markdown-live-preview-window-function is a customizable variable defined in markdown-mode.el.

Value

markdown-live-preview-window-eww

Documentation

Function to display preview of Markdown output within Emacs.

Function must update the buffer containing the preview and return the buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-live-preview-window-function
  #'markdown-live-preview-window-eww
  "Function to display preview of Markdown output within Emacs.
Function must update the buffer containing the preview and return
the buffer."
  :group 'markdown
  :type 'function)