Function: markdown-next-heading
markdown-next-heading is a byte-compiled function defined in
markdown-mode.el.
Signature
(markdown-next-heading)
Documentation
Move to the next heading line of any level.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-next-heading ()
"Move to the next heading line of any level."
(markdown-move-heading-common #'outline-next-heading))