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