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