Type Definition cmarkfmt::CodeFormatFn
source · Expand description
Function for formatting code blocks within markdown.
The first parameter is the language, and the second parameter is the code itself. If formatted, returns Some(String) with the code block to use.