Variable: markdown-asymmetric-header

markdown-asymmetric-header is a customizable variable defined in markdown-mode.el.

Value

t

Documentation

Determines if atx header style will be asymmetric.

Set to a non-nil value to use asymmetric header styling, placing header markup only at the beginning of the line.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-asymmetric-header t
  "Determines if atx header style will be asymmetric.
Set to a non-nil value to use asymmetric header styling, placing
header markup only at the beginning of the line."
  :group 'markdown
  :type 'boolean)