Function: markdown-live-preview-get-filename

markdown-live-preview-get-filename is a byte-compiled function defined in markdown-mode.el.

Signature

(markdown-live-preview-get-filename)

Documentation

Standardize the filename exported by markdown-live-preview-export.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-live-preview-get-filename ()
  "Standardize the filename exported by `markdown-live-preview-export'."
  (markdown-export-file-name ".html"))