summaryrefslogtreecommitdiff
path: root/yaksh/templates/base.html
diff options
context:
space:
mode:
authorPalaparthy Adityachandra2020-11-06 18:37:15 +0530
committerGitHub2020-11-06 18:37:15 +0530
commitdc62c7ca750fd3a38b5efd706c5929c658d9f2b7 (patch)
tree533bc12646ac1a71c0d18798d430f1584cf93467 /yaksh/templates/base.html
parent1ad9f3176c2df25df1f8fae601eef657e39f8b46 (diff)
parent4df2ffb5ade6ffec7b3bea4cd95bd72d7822d093 (diff)
downloadonline_test-dc62c7ca750fd3a38b5efd706c5929c658d9f2b7.tar.gz
online_test-dc62c7ca750fd3a38b5efd706c5929c658d9f2b7.tar.bz2
online_test-dc62c7ca750fd3a38b5efd706c5929c658d9f2b7.zip
Merge pull request #792 from adityacp/update_katex_delimiter
Change the delimiter for katex rendering
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r--yaksh/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html
index cba56cb..90a6299 100644
--- a/yaksh/templates/base.html
+++ b/yaksh/templates/base.html
@@ -63,8 +63,8 @@
document.body,
{
delimiters: [
- {left: "$$", right: "$$", display: false},
- {left: "$", right: "$", display: true},
+ {left: "$$", right: "$$", display: true},
+ {left: "$", right: "$", display: false},
]
}
);