You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing locally, I think that i got the result for 2nd correctly, but I am not sure which version that was as it was installed as a dependency of mathlive.
Compute Engine versionIf using the cortexjs.io site, the version is displayed
at the bottom of the page. If using the library, the version is available as window[Symbol.for('io.cortexjs.compute-engine')].version in the browser or by importing version from the library.
The website just shows {{SDK_VERSION}}
The text was updated successfully, but these errors were encountered:
Description
If the subscript is on the left hand side of assignment, the output is incorrect
Steps to Reproduce
Actual Result
Expected Result
Environment
Tested on the website at https://cortexjs.io/compute-engine/demo/
When testing locally, I think that i got the result for 2nd correctly, but I am not sure which version that was as it was installed as a dependency of mathlive.
Compute Engine version If using the cortexjs.io site, the version is displayed
at the bottom of the page. If using the library, the version is available as
window[Symbol.for('io.cortexjs.compute-engine')].version
in the browser or by importingversion
from the library.The website just shows {{SDK_VERSION}}
The text was updated successfully, but these errors were encountered: