Function: markdown-highlight-wiki-link
markdown-highlight-wiki-link is a byte-compiled function defined in
markdown-mode.el.
This function is obsolete since 2.8.
Signature
(markdown-highlight-wiki-link FROM TO FACE)
Documentation
Highlight the wiki link in the region between FROM and TO using FACE.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-highlight-wiki-link (from to face)
"Highlight the wiki link in the region between FROM and TO using FACE."
(put-text-property from to 'font-lock-face face))