diff options
Diffstat (limited to 'html-test/ref/Table.html')
| -rw-r--r-- | html-test/ref/Table.html | 20 | 
1 files changed, 13 insertions, 7 deletions
| diff --git a/html-test/ref/Table.html b/html-test/ref/Table.html index deaf6b1c..1b6f55fc 100644 --- a/html-test/ref/Table.html +++ b/html-test/ref/Table.html @@ -1,18 +1,24 @@  <html xmlns="http://www.w3.org/1999/xhtml"  ><head    ><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" +     /><meta name="viewport" content="width=device-width, initial-scale=1"       /><title      >Table</title -    ><link href="#" rel="stylesheet" type="text/css" title="Ocean" +    ><link href="#" rel="stylesheet" type="text/css" title="NewOcean" +     /><link rel="stylesheet" type="text/css" href="#"       /><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    ><div id="package-header" -    ><ul class="links" id="page-menu" +    ><span class="caption empty" +      ></span +      ><ul class="links" id="page-menu"        ><li  	><a href="#"  	  >Contents</a @@ -22,8 +28,6 @@  	  >Index</a  	  ></li  	></ul -      ><p class="caption empty" -      ></p        ></div      ><div id="content"      ><div id="module-header" @@ -217,9 +221,11 @@   span rows.               </td  		  ><td colspan="2" rowspan="2" -		  > \[                   +		  > <span class="mathjax" +		    >\[                     f(n) = \sum_{i=1}    - \]                  </td + \]</span +		    >                  </td  		  ></tr  		><tr  		><td | 
