Function: markdown-match-fenced-code-blocks
markdown-match-fenced-code-blocks is a byte-compiled function defined
in markdown-mode.el.
Signature
(markdown-match-fenced-code-blocks LAST)
Documentation
Match fenced code blocks from the point to LAST.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-match-fenced-code-blocks (last)
"Match fenced code blocks from the point to LAST."
(markdown-match-propertized-text 'markdown-fenced-code last))