Variable: markdown-enable-highlighting-syntax

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

Value

nil

Documentation

Enable highlighting syntax.

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

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-enable-highlighting-syntax nil
  "Enable highlighting syntax."
  :group 'markdown
  :type 'boolean
  :safe 'booleanp
  :package-version '(markdown-mode . "2.5"))