Variable: markdown-ts--parser-heading-max-level

markdown-ts--parser-heading-max-level is a variable defined in markdown-ts-mode.el.gz.

Value

6

Documentation

Maximum ATX heading level in Markdown (h1-h6).

Defined by the CommonMark spec and the tree-sitter grammar.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/markdown-ts-mode.el.gz
;;; Heading manipulation:

(defconst markdown-ts--parser-heading-max-level 6
  "Maximum ATX heading level in Markdown (h1-h6).
Defined by the CommonMark spec and the tree-sitter grammar.")