Skip to main content

CODE_BLOCK_TILDE_PATTERN

Static CODE_BLOCK_TILDE_PATTERN 

Source
static CODE_BLOCK_TILDE_PATTERN: LazyLock<Regex>
Expand description

Regex pattern for detecting tilde fenced code blocks. Matches: ~~~ followed by optional language, then content, then ~~~