diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-12-01 03:11:59 +0000 |
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-12-01 03:11:59 +0000 |
| commit | ac133dcba0d10152ff896ccb32764c102f74537d (patch) | |
| tree | 1214c967fdfe339c8aac356443652324ce62a9c4 /tests/s5.basic.html | |
| parent | ef028fee59869997995895f1869d415f66311b8b (diff) | |
| download | pandoc-ac133dcba0d10152ff896ccb32764c102f74537d.tar.gz | |
Updated tests with new way of displaying math in HTML (with no enclosing $'s).
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1126 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/s5.basic.html')
| -rw-r--r-- | tests/s5.basic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/s5.basic.html b/tests/s5.basic.html index 9f9b3e00e..d5c670a0a 100644 --- a/tests/s5.basic.html +++ b/tests/s5.basic.html @@ -780,7 +780,7 @@ window.onresize = function(){setTimeout('fontScale()', 50);}</script> >Math</h1 ><ul ><li - >$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</li + >\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}</li ></ul ></div> </div> |
