Closed npjg closed 4 years ago
This looks like a URL formatting issue. Newlines in the input show as omegas in the output.
The URL string passed to the server for the above test is /image/Test123%0A%0A%0A.
/image/Test123%0A%0A%0A
As a quick fix, since we're only working in math mode anyway, all newlines have been removed before the output is sent. See 830dda8.
This looks like a URL formatting issue. Newlines in the input show as omegas in the output.