Variable: markdown-ts--heading-id-cache

markdown-ts--heading-id-cache is a buffer-local variable defined in markdown-ts-mode.el.gz.

Documentation

Cached hash table mapping heading slug strings to buffer positions.

Each value is the buffer position of the start of the matching atx_heading or setext_heading node. Built lazily by markdown-ts--heading-ids, invalidated by buffer-tick change.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/markdown-ts-mode.el.gz
(defvar-local markdown-ts--heading-id-cache nil
  "Cached hash table mapping heading slug strings to buffer positions.
Each value is the buffer position of the start of the matching
`atx_heading' or `setext_heading' node.  Built lazily by
`markdown-ts--heading-ids', invalidated by buffer-tick change.")