Fix escaping issue
This commit is contained in:
parent
fd80f98b31
commit
6dff8afead
|
@ -6,7 +6,7 @@ function indent(amount: number, text: string) {
|
|||
}
|
||||
|
||||
export function children(...many: string[]): string {
|
||||
return many.join("\\n");
|
||||
return many.join("\n");
|
||||
}
|
||||
|
||||
export function tag(
|
||||
|
|
Loading…
Reference in a new issue