mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 11:18:39 +00:00
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:
@@ -27,7 +27,7 @@ function init() {
|
||||
reprocess();
|
||||
|
||||
function reprocess() {
|
||||
katex.process(input.value, math);
|
||||
katex.render(input.value, math);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user