Variable: markdown-gfm-uppercase-checkbox
markdown-gfm-uppercase-checkbox is a customizable variable defined in
markdown-mode.el.
Value
nil
Documentation
If non-nil, use [X] for completed checkboxes, [x] otherwise.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-gfm-uppercase-checkbox nil
"If non-nil, use [X] for completed checkboxes, [x] otherwise."
:group 'markdown
:type 'boolean
:safe 'booleanp)