We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a2b22 commit bbb8c58Copy full SHA for bbb8c58
script.js
@@ -27,7 +27,7 @@ function doMath(input) {
27
let output_line = '';
28
if (line) {
29
if (line.startsWith('#')) {
30
- output_line = line;
+ output_line = '#';
31
} else {
32
try {
33
const r = math.evaluate(line, scope);
0 commit comments