cleanCodeBlockContent

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