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

This commit is contained in:
Christopher Hase 2025-03-27 13:43:53 +01:00
parent 9a5b78f6e2
commit b112d13e9d

View file

@ -126,7 +126,8 @@ function parse(input: string): Node {
function render(node: Node): string {
if (typeof node.type == "undefined") {
//if (typeof node.type == "undefined") {
if (node.type == undefined) {
console.log("...finished...")
return "";