export function formatContent(str: string) { return str.replace(/\\n/g, "\n"); }