Function: markdown-fontify-buffer-wiki-links

markdown-fontify-buffer-wiki-links is an interactive and byte-compiled function defined in markdown-mode.el.

This command is obsolete since 2.8.

Signature

(markdown-fontify-buffer-wiki-links)

Documentation

Refontify all wiki links in the buffer.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-fontify-buffer-wiki-links ()
  "Refontify all wiki links in the buffer."
  (interactive)
  (with-no-warnings
    (markdown-check-change-for-wiki-link (point-min) (point-max))))