mirror of https://github.com/luizdepra/hugo-coder.git

KK
26.50.2019 64a613ce31a1e236ebb9003f2f8d5d116bdf2446
layouts/partials/posts/math.html
@@ -6,10 +6,7 @@
    MathJax = {
      tex: {
        inlineMath: [
          ['$', '$']
        ],
        displayMath: [
          ['$$', '$$']
          ['$', '$'], ['\\(', '\\)']
        ],
        processEscapes: true,
        processEnvironments: true
@@ -29,6 +26,8 @@
        delimiters: [
          {left: '$$', right: '$$', display:true},
          {left: '$', right: '$', display:false},
          {left: '\\(', right: '\\)', display: false},
          {left: '\\[', right: '\\]', display: true}
        ]
      }
    );">