static CODE_BLOCK_TILDE_PATTERN: LazyLock<Regex>
Regex pattern for detecting tilde fenced code blocks. Matches: ~~~ followed by optional language, then content, then ~~~