Module markdown

Module markdown 

Source

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.