mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-11 17:34:49 +00:00
fix markdown bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user