From 16f36eee43c9401612aa647eff4f041c4270e969 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 25 Apr 2018 17:05:37 -0700 Subject: Removed deprecated ancient HTML math methods. Removed `--latexmathml`, `--gladtex`, `--mimetex`, `--jsmath`, `-m`, `--asciimathml` options. Removed `JsMath`, `LaTeXMathML`, and `GladTeX` constructors from `Text.Pandoc.Options.HTMLMathMethod` [API change]. Removed unneeded data file LaTeXMathML.js and updated tests. Bumped version to 2.2. --- test/Tests/Old.hs | 2 +- test/s5-fancy.html | 204 +---------------------------------------------------- 2 files changed, 3 insertions(+), 203 deletions(-) (limited to 'test') diff --git a/test/Tests/Old.hs b/test/Tests/Old.hs index cfca576da..b426ffd07 100644 --- a/test/Tests/Old.hs +++ b/test/Tests/Old.hs @@ -59,7 +59,7 @@ tests = [ testGroup "markdown" ] , testGroup "s5" [ s5WriterTest "basic" ["-s"] "s5" - , s5WriterTest "fancy" ["-s","-m","-i"] "s5" + , s5WriterTest "fancy" ["-s","--mathjax","-i"] "s5" , s5WriterTest "fragment" [] "html4" , s5WriterTest "inserts" ["-s", "-H", "insert", "-B", "insert", "-A", "insert", "-c", "main.css"] "html4" diff --git a/test/s5-fancy.html b/test/s5-fancy.html index 9f724af96..b326f9872 100644 --- a/test/s5-fancy.html +++ b/test/s5-fancy.html @@ -26,207 +26,7 @@ - +
@@ -254,7 +54,7 @@

Math

    -
  • $\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$
  • +
  • \(\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}\)
-- cgit v1.2.3