The gap between rows of an array is smaller than what TeX is producing. **KaTeX** <img width="306" alt="screen shot 2017-04-27 at 4 46 22 pm" src="https://cloud.githubusercontent.com/assets/760798/25508764/32893cd0-2b69-11e7-98f2-aac35644514e.png"> **LaTeX** <img width="208" alt="screen shot 2017-04-27 at 4 46 29 pm" src="https://cloud.githubusercontent.com/assets/760798/25508763/327278ec-2b69-11e7-85b9-9296ba455359.png"> This might be because line 602 of buildHTML.js should be ` let gap = arstrutDepth; ` instead of ` let gap = 0; `
The gap between rows of an array is smaller than what TeX is producing.
KaTeX


LaTeX
This might be because line 602 of buildHTML.js should be
let gap = arstrutDepth;instead of
let gap = 0;