From f7d0da28e9b7d0b6ab5027cbaba0b7aca4d1e52d Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 22 Jul 2007 19:20:21 +0000 Subject: Main: Relabeled asciiMathMLLink -> asciiMathML, asciiMathML -> math. git-svn-id: https://pandoc.googlecode.com/svn/trunk@767 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/Main.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Main.hs b/src/Main.hs index a60ca4c33..0c9bc598a 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -177,7 +177,7 @@ options = , Option "" ["strict"] (NoArg (\opt -> return opt { optStrict = True } )) - "" -- "Use strict markdown syntax with no extensions" + "" -- "Disable markdown syntax extensions" , Option "" ["reference-links"] (NoArg @@ -399,7 +399,7 @@ main = do , optNumberSections = numberSections , optIncremental = incremental , optSmart = smart - , optASCIIMathML = asciiMathML + , optASCIIMathML = math , optDumpArgs = dumpArgs , optIgnoreArgs = ignoreArgs , optStrict = strict @@ -455,11 +455,11 @@ main = do then "" else "\n" - let asciiMathMLLink = if asciiMathML then asciiMathMLScript else "" + let asciiMathML = if math then asciiMathMLScript else "" let header = (if (customHeader == "DEFAULT") then defaultHeader else customHeader) ++ - csslink ++ asciiMathMLLink ++ includeHeader + csslink ++ asciiMathML ++ includeHeader let writerOptions = WriterOptions { writerStandalone = standalone && (not strict), writerHeader = header, -- cgit v1.2.3