Function: markdown-demote-subtree

markdown-demote-subtree is an interactive and byte-compiled function defined in markdown-mode.el.

Signature

(markdown-demote-subtree)

Documentation

Demote the current subtree of ATX headings.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-demote-subtree ()
  "Demote the current subtree of ATX headings."
  (interactive)
  (markdown-promote-subtree t))