summaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-15 20:42:00 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:42 +0100
commit4f6e6247f9a672770a6d7a55a3aa2709a860ff38 (patch)
treec745fed7bb50d9fdfa6cbcc2ec76b620756e4bd4 /pandoc.hs
parenta58369a7e650758004975084f984efb2bf3d7d68 (diff)
Made `smart` extension default for pandoc markdown.
Updated tests.
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/pandoc.hs b/pandoc.hs
index 5d3b85f6e..0baf555de 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -289,14 +289,6 @@ convertWithOpts opts args = do
uriFragment = "" }
_ -> Nothing
- {- TODO - smart is now an extension, but we should prob make
- - texligatures one too...
- let smartExt = if laTeXInput
- then texLigatures
- else smart || (texLigatures &&
- (laTeXOutput || conTeXtOutput))
- -}
-
let readerOpts = def{ readerStandalone = standalone'
, readerParseRaw = parseRaw
, readerColumns = columns