Function: markdown-table-move-row-down
markdown-table-move-row-down is an interactive and byte-compiled
function defined in markdown-mode.el.
Signature
(markdown-table-move-row-down)
Documentation
Move table row at point down.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-table-move-row-down ()
"Move table row at point down."
(interactive)
(markdown-table-move-row nil))