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. --- pandoc.cabal | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index e656e451c..24fba87f7 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ name: pandoc -version: 2.1.4 +version: 2.2 cabal-version: >= 1.10 build-type: Custom license: GPL-2 @@ -148,8 +148,6 @@ data-files: data/pptx/[Content_Types].xml -- stylesheet for EPUB writer data/epub.css - -- data for LaTeXMathML writer - data/LaTeXMathML.js -- data for dzslides writer data/dzslides/template.html -- default abbreviations file -- cgit v1.2.3