selchwang
Results
1
comments of
selchwang
`$xx$` and `$$xx$$` works well with this config ```html // _includes/mathjax_support.html MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ['\\(','\\)'] ], processEscapes: true } }); ```