create html part 4
This commit is contained in:
parent
1e8f7bfbf8
commit
b595747494
1 changed files with 1 additions and 1 deletions
|
@ -78,6 +78,6 @@ function html(input: string): string {
|
||||||
//TODO: process every line...
|
//TODO: process every line...
|
||||||
function processLine(input: string): string {
|
function processLine(input: string): string {
|
||||||
|
|
||||||
return input;
|
return input + "\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue