export function cleanCodeBlockContent(text: string): string;
The content to put in a code block with all code block fences replaced by the equivalent backticks.
Parameters
string text:
The string to be converted
export function cleanCodeBlockContent(text: string): string;
The content to put in a code block with all code block fences replaced by the equivalent backticks.