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/s5-fancy.html | 204 +---------------------------------------------------- 1 file changed, 2 insertions(+), 202 deletions(-) (limited to 'test/s5-fancy.html') 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