mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-07 20:28:38 +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:
@@ -23,7 +23,7 @@
|
||||
query[split[0]] = decodeURIComponent(split[1]);
|
||||
}
|
||||
var mathNode = document.getElementById("math");
|
||||
katex.process(query["m"], mathNode);
|
||||
katex.render(query["m"], mathNode);
|
||||
document.getElementById("pre").innerHTML = query["pre"] || "";
|
||||
document.getElementById("post").innerHTML = query["post"] || "";
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user