Function: markdown-insert-header-setext-2
markdown-insert-header-setext-2 is an interactive and byte-compiled
function defined in markdown-mode.el.
Signature
(markdown-insert-header-setext-2)
Documentation
Insert a setext-style (underlined) second-level header.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-insert-header-setext-2 ()
"Insert a setext-style (underlined) second-level header.
See `markdown-insert-header'."
(interactive "*")
(markdown-insert-header 2 nil t))