Variable: markdown-regex-block-separator

markdown-regex-block-separator is a variable defined in markdown-mode.el.

Value

"\n[\n	\f ]*\n"

Documentation

Regular expression for matching block boundaries.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defconst markdown-regex-block-separator
  "\n[\n\t\f ]*\n"
  "Regular expression for matching block boundaries.")