Variable: markdown-coding-system

markdown-coding-system is a customizable variable defined in markdown-mode.el.

Value

nil

Documentation

Character set string for the http-equiv header in XHTML output.

Defaults to buffer-file-coding-system (and falling back to utf-8 when not available). Common settings are iso-8859-1 and iso-latin-1. Use list-coding-systems for more choices.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-coding-system nil
  "Character set string for the http-equiv header in XHTML output.
Defaults to `buffer-file-coding-system' (and falling back to
`utf-8' when not available).  Common settings are `iso-8859-1'
and `iso-latin-1'.  Use `list-coding-systems' for more choices."
  :group 'markdown
  :type 'coding-system)