Variable: markdown-table-align-p

markdown-table-align-p is a customizable variable defined in markdown-mode.el.

Value

t

Documentation

Non-nil means that table is aligned after table operation.

This variable was added, or its default value changed, in markdown-mode version 2.5.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-table-align-p t
  "Non-nil means that table is aligned after table operation."
  :group 'markdown
  :type 'boolean
  :safe 'booleanp
  :package-version '(markdown-mode . "2.5"))