mirror of
https://github.com/bspeice/bspeice.github.io
synced 2025-07-08 09:15:04 -04:00
Fix an issue with MathJax messing up on "(", ")"
This commit is contained in:
@ -9,7 +9,8 @@ Summary: My first real-world data challenge: predicting whether a bank's custome
|
||||
{% notebook 2016-3-5-predicting-santander-customer-happiness.ipynb %}
|
||||
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||
# MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$']]}});
|
||||
</script>
|
||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
||||
|
||||
|
Reference in New Issue
Block a user