Fix displaystyle to cover 2 \choose 3
properly
This commit is contained in:
parent
62285eaea1
commit
0b59d000a6
2
main.js
2
main.js
|
@ -8,7 +8,7 @@ window.startup = function() {
|
||||||
var demoOutput = document.getElementById("demo-output");
|
var demoOutput = document.getElementById("demo-output");
|
||||||
|
|
||||||
function doDemo() {
|
function doDemo() {
|
||||||
katex.render("\\displaystyle " + demoInput.value, demoOutput);
|
katex.render("\\displaystyle{" + demoInput.value + "}", demoOutput);
|
||||||
}
|
}
|
||||||
|
|
||||||
demoInput.addEventListener("input", function() {
|
demoInput.addEventListener("input", function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user