Variable: markdown-enable-html

markdown-enable-html is a customizable variable defined in markdown-mode.el.

Value

t

Documentation

Enable font-lock support for HTML tags and attributes.

This variable was added, or its default value changed, in markdown-mode version 2.4.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-enable-html t
  "Enable font-lock support for HTML tags and attributes."
  :group 'markdown
  :type 'boolean
  :safe 'booleanp
  :package-version '(markdown-mode . "2.4"))