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

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

Documentation

Value of buffer-chars-modified-tick when the heading-id cache was built.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/markdown-ts-mode.el.gz
(defvar-local markdown-ts--heading-id-cache-tick nil
  "Value of `buffer-chars-modified-tick' when the heading-id cache was built.")