From a1378ed76bbefdd85e36674158103e991be6c578 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 26 Nov 2017 22:31:32 -0800 Subject: Clearer deprecation warning for --latexmathml, --asciimathml, -m. Previously we only mentioned `--latexmathml`, even if `-m` was used. --- src/Text/Pandoc/App.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text/Pandoc/App.hs b/src/Text/Pandoc/App.hs index 41b6a310b..34410191f 100644 --- a/src/Text/Pandoc/App.hs +++ b/src/Text/Pandoc/App.hs @@ -1437,7 +1437,7 @@ options = , Option "m" ["latexmathml", "asciimathml"] (OptArg (\arg opt -> do - deprecatedOption "--latexmathml" + deprecatedOption "--latexmathml, --asciimathml, -m" return opt { optHTMLMathMethod = LaTeXMathML arg }) "URL") "" -- "Use LaTeXMathML script in html output" -- cgit v1.2.3