Functionsยง
- extract_
code_ block - Extracts the first fenced Markdown code block from the input string.
- extract_
code_ block_ or_ original - Returns the contents of the first fenced Markdown code block if present, otherwise returns the original input unchanged.
- extract_
lang_ label - Extracts the language label from a Markdown-style code block.