diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-09-16 01:39:13 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-09-16 01:39:13 +0000 |
commit | caadac70cd533b9295f6cbf1ec1556b5116bae13 (patch) | |
tree | 7160a696b17643f6b36b39b4f0b1049be9f377b5 /tests | |
parent | 7ad17fe5cff04e0b68be5c4a08339bb53d3d176d (diff) | |
download | pandoc-caadac70cd533b9295f6cbf1ec1556b5116bae13.tar.gz |
Adjusted s5.fancy.html in tests/ to conform to new LaTeXMathML policy
(span class="LaTeX").
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1455 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests')
-rw-r--r-- | tests/s5.fancy.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/s5.fancy.html b/tests/s5.fancy.html index e899b742e..01f5c9e7f 100644 --- a/tests/s5.fancy.html +++ b/tests/s5.fancy.html @@ -515,7 +515,9 @@ window.onload=startup;window.onresize=function(){setTimeout('fontScale()',50);} >Math</h1 ><ul class="incremental" ><li - >$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</li + ><span class="LaTeX" + >$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</span + ></li ></ul ></div> </div> |