enable $ inline expressions so the example markdown doc works, $ can be escaped using \$ so shouldn't be much of an issue
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.MathJax = {
|
window.MathJax = {
|
||||||
tex2jax: {
|
tex2jax: {
|
||||||
inlineMath: [ ['\\(','\\)'] ],
|
inlineMath: [ ['$','$'], ['\\(','\\)'] ],
|
||||||
displayMath: [ ['$$','$$'], ['\\[','\\]'] ],
|
displayMath: [ ['$$','$$'], ['\\[','\\]'] ],
|
||||||
processEscapes: true
|
processEscapes: true
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ var require = {
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.MathJax = {
|
window.MathJax = {
|
||||||
tex2jax: {
|
tex2jax: {
|
||||||
inlineMath: [ ['\\(','\\)'] ],
|
inlineMath: [ ['$','$'], ['\\(','\\)'] ],
|
||||||
displayMath: [ ['$$','$$'], ['\\[','\\]'] ],
|
displayMath: [ ['$$','$$'], ['\\[','\\]'] ],
|
||||||
processEscapes: true
|
processEscapes: true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user