Variable: markdown-export-kill-buffer

markdown-export-kill-buffer is a customizable variable defined in markdown-mode.el.

Value

t

Documentation

Kill output buffer after HTML export.

When non-nil, kill the HTML output buffer after exporting with markdown-export.

This variable was added, or its default value changed, in markdown-mode version 2.4.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-export-kill-buffer t
  "Kill output buffer after HTML export.
When non-nil, kill the HTML output buffer after
exporting with `markdown-export'."
  :group 'markdown
  :type 'boolean
  :safe 'booleanp
  :package-version '(markdown-mode . "2.4"))