summaryrefslogtreecommitdiff
path: root/tests/s5.inserts.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-04-25 12:33:50 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-04-25 20:30:27 -0700
commitc243e5b67b0a3be6a713c6120da24e5e65cb0357 (patch)
tree9b1df6396034408f8d9fddaee974e3aec58bd87f /tests/s5.inserts.html
parentb3669e139cf354d74579b87b07b41f6d63126c84 (diff)
Use texmath's parser in TexMath module.
* This replaces a lot of custom parser code, and expands the tex -> unicode conversion. * The behavior has also changed: if the whole formula can't be converted, the whole formula is left in raw TeX. Previously, pandoc converted parts of the formula to unicode and left other parts in raw TeX. * Added (but not yet exported) readTeXMath', which returns a Maybe. * Updated tests
Diffstat (limited to 'tests/s5.inserts.html')
-rw-r--r--tests/s5.inserts.html26
1 files changed, 1 insertions, 25 deletions
diff --git a/tests/s5.inserts.html b/tests/s5.inserts.html
index efce03868..0af12ffaa 100644
--- a/tests/s5.inserts.html
+++ b/tests/s5.inserts.html
@@ -29,31 +29,7 @@ STUFF INSERTED
><ul
><li
><span class="math"
- >\frac{<em
- >d</em
- >}{<em
- >dx</em
- >}<em
- >f</em
- >(<em
- >x</em
- >)=\lim<sub
- ><em
- >h</em
- > → 0</sub
- >\frac{<em
- >f</em
- >(<em
- >x</em
- >+<em
- >h</em
- >)-<em
- >f</em
- >(<em
- >x</em
- >)}{<em
- >h</em
- >}</span
+ >$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</span
></li
></ul
></div