google / mathsteps

Step by step math solutions for everyone
https://socratic.org
Apache License 2.0
2.12k stars 274 forks source link

Functions step.oldEquation.ascii() and step.newEquation.ascii() not working. #226

Closed AugustMKraft closed 6 years ago

AugustMKraft commented 6 years ago

I can not figure out how to convert the equations into text, because these functions don't work despite being in the docs.

evykassirer commented 6 years ago

oh no :(

How are you using mathsteps? Did you npm install it or fork the code?

AugustMKraft commented 6 years ago

I npm installed it.

evykassirer commented 6 years ago

OH we updated the README when we changed print to ascii but haven't done an npm release since then. Use print instead, or use the new version (will be updating it tonight)

I'll update the README to mention both! thanks for pointing this out!

evykassirer commented 6 years ago

lemme know if it works :)

AugustMKraft commented 6 years ago

It works fine now. Thank you.