Variable: markdown-regex-comment-end

markdown-regex-comment-end is a variable defined in markdown-mode.el.

Value

"--[    ]*>"

Documentation

Regular expression matches HTML comment closing.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defconst markdown-regex-comment-end
  "--[ \t]*>"
  "Regular expression matches HTML comment closing.")