Variable: markdown-content-type

markdown-content-type is a customizable variable defined in markdown-mode.el.

Value

"text/html"

Documentation

Content type string for the http-equiv header in XHTML output.

When set to an empty string, this attribute is omitted. Defaults to text/html.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-content-type "text/html"
  "Content type string for the http-equiv header in XHTML output.
When set to an empty string, this attribute is omitted.  Defaults to
`text/html'."
  :group 'markdown
  :type 'string)