Variable: markdown-unordered-list-item-prefix
markdown-unordered-list-item-prefix is a customizable variable defined
in markdown-mode.el.
Value
" * "
Documentation
String inserted before unordered list items.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-unordered-list-item-prefix " * "
"String inserted before unordered list items."
:group 'markdown
:type 'string)