Function: markdown-fontify-fenced-code-blocks

markdown-fontify-fenced-code-blocks is a byte-compiled function defined in markdown-mode.el.

Signature

(markdown-fontify-fenced-code-blocks LAST)

Documentation

Add text properties to next tilde fenced code block from point to LAST.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-fontify-fenced-code-blocks (last)
  "Add text properties to next tilde fenced code block from point to LAST."
  (markdown-fontify-code-blocks-generic 'markdown-match-fenced-code-blocks last))