inline math

To enable $...$ as the inline math delimiter, add this to head.html:

  <script>
    MathJax = {
      tex: {
        inlineMath: [['$', '$'], ['\\(', '\\)']]
      }
    };
  </script>