Variable: markdown-wiki-link-retain-case

markdown-wiki-link-retain-case is a customizable variable defined in markdown-mode.el.

Value

nil

Documentation

When non-nil, wiki link file names do not have their case changed.

This variable was added, or its default value changed, in markdown-mode version 2.7.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-wiki-link-retain-case nil
  "When non-nil, wiki link file names do not have their case changed."
  :group 'markdown
  :type 'boolean
  :safe 'booleanp
  :package-version '(markdown-mode . "2.7"))