pub fn code_block_content<'a>( node: &Node<'_>, source: &'a str, ) -> Option<&'a str>
Extract the content of a fenced code block (without fences).