Function: markdown-match-hr
markdown-match-hr is a byte-compiled function defined in
markdown-mode.el.
Signature
(markdown-match-hr LAST)
Documentation
Match horizontal rules comments from the point to LAST.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-match-hr (last)
"Match horizontal rules comments from the point to LAST."
(markdown-match-propertized-text 'markdown-hr last))