Function: hyrolo-install-markdown-mode
hyrolo-install-markdown-mode is a byte-compiled function defined in
hyrolo.el.
Signature
(hyrolo-install-markdown-mode)
Documentation
Install markdown-mode package unless already installed.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hyrolo.el
(defun hyrolo-install-markdown-mode ()
"Install `markdown-mode' package unless already installed."
(hypb:require-package 'markdown-mode))