Function: markdown-check-change-for-wiki-link-after-change

markdown-check-change-for-wiki-link-after-change is a byte-compiled function defined in markdown-mode.el.

This function is obsolete since 2.8.

Signature

(markdown-check-change-for-wiki-link-after-change FROM TO _)

Documentation

Check region between FROM and TO for wiki links and re-fontify as needed.

Designed to be used with the after-change-functions hook.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-check-change-for-wiki-link-after-change (from to _)
  "Check region between FROM and TO for wiki links and re-fontify as needed.
Designed to be used with the `after-change-functions' hook."
  (with-no-warnings
    (markdown-check-change-for-wiki-link from to)))