Rename katex.process to katex.render

Test plan:
 - Make sure tests work and huxley tests didn't change

Auditors: alpert
This commit is contained in:
Emily Eisenberg
2014-09-14 21:20:27 -07:00
parent 9dc767041d
commit 6b674873ea
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ function init() {
reprocess();
function reprocess() {
katex.process(input.value, math);
katex.render(input.value, math);
}
}