fix markdown bug

This commit is contained in:
MathMan05
2025-10-16 16:49:02 -05:00
parent 2f93047f7f
commit 8a2fbeb80d
+5 -2
View File
@@ -275,8 +275,11 @@ class MarkDown {
span.append(document.createElement("span"));
}
appendcurrent();
span.append(new Text("\n"));
if (keep) {
span.append(new Text("\n"));
} else {
span.append(document.createElement("br"));
}
}
continue;
}