summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/pandoc.hs')
-rw-r--r--src/pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index a3c01133c..8fb9e293b 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -940,7 +940,6 @@ main = do
lhsExtension sources,
stateStandalone = standalone',
stateCitations = map CSL.refId refs,
- stateOldDashes = oldDashes,
stateOptions = def{
readerStrict = strict
, readerSmart = smart || (texLigatures &&
@@ -948,6 +947,7 @@ main = do
, readerParseRaw = parseRaw
, readerColumns = columns
, readerTabStop = tabStop
+ , readerOldDashes = oldDashes
},
stateIndentedCodeClasses = codeBlockClasses,
stateApplyMacros = not laTeXOutput