Variable: markdown-ts--link-ref-cache

markdown-ts--link-ref-cache is a buffer-local variable defined in markdown-ts-mode.el.gz.

Documentation

Cached alist of (LABEL . URL) from link reference definitions.

Each entry is a cons cell mapping a downcased label string to its destination URL.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/markdown-ts-mode.el.gz
(defvar-local markdown-ts--link-ref-cache nil
  "Cached alist of (LABEL . URL) from link reference definitions.
Each entry is a cons cell mapping a downcased label string to its
destination URL.")