Skip to main content

CODE_BLOCK_BACKTICK_PATTERN

Static CODE_BLOCK_BACKTICK_PATTERN 

Source
static CODE_BLOCK_BACKTICK_PATTERN: LazyLock<Regex>
Expand description

Regex pattern for detecting fenced code blocks (triple backticks with optional language identifier). Matches: followed by optional language, then content, then