Variable: markdown-regex-blank-line
markdown-regex-blank-line is a variable defined in markdown-mode.el.
Value
"^[[:blank:]]*$"
Documentation
Regular expression that matches a blank line.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defconst markdown-regex-blank-line
"^[[:blank:]]*$"
"Regular expression that matches a blank line.")