Variable: markdown-bold-underscore
markdown-bold-underscore is a customizable variable defined in
markdown-mode.el.
Value
nil
Documentation
Use two underscores when inserting bold text instead of two asterisks.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-bold-underscore nil
"Use two underscores when inserting bold text instead of two asterisks."
:group 'markdown
:type 'boolean)