Variable: markdown-live-preview-source-buffer

markdown-live-preview-source-buffer is a buffer-local variable defined in markdown-mode.el.

Documentation

Source buffer from which current buffer was generated.

This is the inverse of markdown-live-preview-buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defvar-local markdown-live-preview-source-buffer nil
  "Source buffer from which current buffer was generated.
This is the inverse of `markdown-live-preview-buffer'.")