Variable: markdown-gfm-language-history

markdown-gfm-language-history is a variable defined in markdown-mode.el.

Value

nil

Documentation

History list of languages used in the current buffer in GFM code blocks.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defvar markdown-gfm-language-history nil
  "History list of languages used in the current buffer in GFM code blocks.")