Kalk_web highlighting for output

This commit is contained in:
PaddiM8 2021-01-04 20:17:32 +01:00
parent ecda2650bc
commit 86800838af

View File

@ -57,7 +57,7 @@
} else {
const [result, err] = calculate(kalk, input);
output =
result ??
highlight(result)[0] ??
`<span style="color: ${errorColor}">${err}</span>`;
}