Variable: markdown-regex-comment-start

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

Value

"<!--"

Documentation

Regular expression matches HTML comment opening.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
;;; Regular Expressions =======================================================

(defconst markdown-regex-comment-start
  "<!--"
  "Regular expression matches HTML comment opening.")