scribble-math/test
Kevin Barabash c566ae6888 added support for \over
changed stopType (string) parameter to breakOnInfix (boolean)
renamed rewriteInfixNodes to handleInfixNodes

added a test for {1 \over 2} \over 3, fixed some grammar, and added code in the parser to squash superfluous ordgroups

removed squashOrdGroups and instead don't create an "ordgroup" if one already exists

removed unnecessary variable

moved variable declarations out of "if" statements
removed comment

Fixed style issue with where variables are declared and remove unnecessary comment from functions.js
2014-09-26 15:31:45 -06:00
..
huxley Rename katex.process to katex.render 2014-09-14 21:20:27 -07:00
jasmine Fix our parsing strategy so it is the same as (or very similar to) TeX's 2014-09-09 23:18:37 -07:00
katex-spec.js added support for \over 2014-09-26 15:31:45 -06:00
test.html Improve testing 2014-09-12 13:30:30 -07:00