Variable: markdown-ts-table-default-column-width
markdown-ts-table-default-column-width is a customizable variable
defined in markdown-ts-mode.el.gz.
Value
5
Documentation
Column width for new columns.
You may make this wider, but smaller than 5 is not recommended.
This variable was added, or its default value changed, in unknown version unknown.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/markdown-ts-mode.el.gz
(defcustom markdown-ts-table-default-column-width 5
"Column width for new columns.
You may make this wider, but smaller than 5 is not recommended."
:type 'integer
:version "31.1"
:package-version "1.0")