create html part 4
All checks were successful
ci / build (push) Successful in 1m6s

This commit is contained in:
Christopher Hase 2025-03-27 09:26:13 +01:00
parent 1e8f7bfbf8
commit b595747494

View file

@ -78,6 +78,6 @@ function html(input: string): string {
//TODO: process every line...
function processLine(input: string): string {
return input;
return input + "\n";
}