Function: markdown-code-block-at-point
markdown-code-block-at-point is a function alias for
markdown-code-block-at-point-p, defined in markdown-mode.el.
Signature
(markdown-code-block-at-point &optional POS)
Documentation
Return non-nil if there is a code block at the POS.
This includes pre blocks, tilde-fenced code blocks, and GFM
quoted code blocks. This function does not modify the match
data. See markdown-inline-code-at-point-p for inline code.