Skip to content

Commit df4db22

Browse files
committed
enable "$" symbol as inline math delimiter
contributed by Roberto Di Remigio in PR #27
1 parent 1f3095d commit df4db22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cicero/static/js/mathjax-setup.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
MathJax.Hub.Config({
22
tex2jax: {
3-
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
3+
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
4+
inlineMath: [['$','$'], ['\\(','\\)']],
5+
processEscapes: true
46
},
57
"TeX": {
68
Macros: {AA : "{\\unicode{x212B}}"}

0 commit comments

Comments
 (0)