Variable: markdown-list-indent-width
markdown-list-indent-width is a customizable variable defined in
markdown-mode.el.
Value
4
Documentation
Depth of indentation for markdown lists.
Used in markdown-demote-list-item and
markdown-promote-list-item.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-list-indent-width 4
"Depth of indentation for markdown lists.
Used in `markdown-demote-list-item' and
`markdown-promote-list-item'."
:group 'markdown
:type 'integer)