Function: markdown-insert-header-atx-5

markdown-insert-header-atx-5 is an interactive and byte-compiled function defined in markdown-mode.el.

Signature

(markdown-insert-header-atx-5)

Documentation

Insert a level five atx-style (hash mark) header.

See markdown-insert-header.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-insert-header-atx-5 ()
  "Insert a level five atx-style (hash mark) header.
See `markdown-insert-header'."
  (interactive "*")
  (markdown-insert-header 5 nil nil))