Function: markdown-fontify-gfm-code-blocks
markdown-fontify-gfm-code-blocks is a byte-compiled function defined
in markdown-mode.el.
Signature
(markdown-fontify-gfm-code-blocks LAST)
Documentation
Add text properties to next GFM code block from point to LAST.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-fontify-gfm-code-blocks (last)
"Add text properties to next GFM code block from point to LAST."
(markdown-fontify-code-blocks-generic 'markdown-match-gfm-code-blocks last))