Function: markdown-previous-heading

markdown-previous-heading is a byte-compiled function defined in markdown-mode.el.

Signature

(markdown-previous-heading)

Documentation

Move to the previous heading line of any level.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-previous-heading ()
  "Move to the previous heading line of any level."
  (markdown-move-heading-common #'outline-previous-heading))