Variable: markdown-xhtml-standalone-regexp

markdown-xhtml-standalone-regexp is a customizable variable defined in markdown-mode.el.

Value

"^\\(<\\?xml\\|<!DOCTYPE\\|<html\\)"

Documentation

Regexp indicating whether markdown-command output is standalone XHTML.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-xhtml-standalone-regexp
  "^\\(<\\?xml\\|<!DOCTYPE\\|<html\\)"
  "Regexp indicating whether `markdown-command' output is standalone XHTML."
  :group 'markdown
  :type 'regexp)