mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 15:15:02 +00:00
3 lines
83 B
TypeScript
3 lines
83 B
TypeScript
export function formatContent(str: string) {
|
|
return str.replace(/\\n/g, "\n");
|
|
}
|