Variable: markdown-indent-function
markdown-indent-function is a customizable variable defined in
markdown-mode.el.
Value
markdown-indent-line
Documentation
Function to use to indent.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-indent-function 'markdown-indent-line
"Function to use to indent."
:group 'markdown
:type 'function)