Function: markdown-export-and-preview

markdown-export-and-preview is an interactive and byte-compiled function defined in markdown-mode.el.

Signature

(markdown-export-and-preview)

Documentation

Export to XHTML using markdown-export and browse the resulting file.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-export-and-preview ()
  "Export to XHTML using `markdown-export' and browse the resulting file."
  (interactive)
  (browse-url-of-file (markdown-export)))