mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-13 10:00:51 +01:00
Kalk_web highlighting for output
This commit is contained in:
parent
ecda2650bc
commit
86800838af
@ -57,7 +57,7 @@
|
||||
} else {
|
||||
const [result, err] = calculate(kalk, input);
|
||||
output =
|
||||
result ??
|
||||
highlight(result)[0] ??
|
||||
`<span style="color: ${errorColor}">${err}</span>`;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user