slight reply patch
This commit is contained in:
@@ -78,16 +78,10 @@ function markdown(text, { keep = false, stdsize = false } = {}) {
|
||||
}
|
||||
}
|
||||
if (txt[i] === "\n") {
|
||||
appendcurrent();
|
||||
if (!stdsize) {
|
||||
appendcurrent();
|
||||
span.append(document.createElement("br"));
|
||||
}
|
||||
else {
|
||||
const s = document.createElement("span");
|
||||
s.textContent = "...";
|
||||
span.append(s);
|
||||
return span;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
if (txt[i] === "`") {
|
||||
|
Reference in New Issue
Block a user