Variable: markdown-make-gfm-checkboxes-buttons

markdown-make-gfm-checkboxes-buttons is a customizable variable defined in markdown-mode.el.

Value

t

Documentation

When non-nil, make GFM checkboxes into buttons.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-make-gfm-checkboxes-buttons t
  "When non-nil, make GFM checkboxes into buttons."
  :group 'markdown
  :type 'boolean)