diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-11-09 08:13:35 -0800 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2018-11-09 08:13:35 -0800 |
commit | e44f4637472ebcd818089e96338e0b4705b4f649 (patch) | |
tree | 1b894bc2df3421c421e4a845c6ad72c821ac2b03 /html-test/ref/Math.html | |
parent | 63abb6c197ae513eac6d171c589b129feb004413 (diff) | |
parent | 8a491e437f1c8379b66a420f8584c1761b45aa7e (diff) |
Merge branch 'ghc-8.6' into wip/new-ocean
Diffstat (limited to 'html-test/ref/Math.html')
-rw-r--r-- | html-test/ref/Math.html | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/html-test/ref/Math.html b/html-test/ref/Math.html index 892d3e3d..cd642198 100644 --- a/html-test/ref/Math.html +++ b/html-test/ref/Math.html @@ -9,7 +9,9 @@ /><link rel="stylesheet" type="text/css" href="#" /><script src="haddock-bundle.min.js" async="async" type="text/javascript" ></script - ><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript" + ><script type="text/x-mathjax-config" + >MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script + ><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript" ></script ></head ><body @@ -49,11 +51,15 @@ >normalDensity</code ></p ><p - >\[ + ><span class="mathjax" + >\[ \int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi} - \]</p + \]</span + ></p ><p - >\(\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\)</p + ><span class="mathjax" + >\(\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\)</span + ></p ></div ></div ><div id="synopsis" @@ -87,8 +93,12 @@ >Math (inline) for <code >normalDensity</code > - \(\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\) - \[\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\]</p + <span class="mathjax" + >\(\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\)</span + > + <span class="mathjax" + >\[\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\]</span + ></p ></div ></div ></div |