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 665863572..fe7b54f9d 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -942,12 +942,12 @@ main = do
stateStandalone = standalone',
stateCitations = map CSL.refId refs,
stateOldDashes = oldDashes,
- stateColumns = columns,
stateOptions = def{
readerStrict = strict
, readerSmart = smart || (texLigatures &&
(laTeXOutput || writerName' == "context"))
, readerParseRaw = parseRaw
+ , readerColumns = columns
},
stateIndentedCodeClasses = codeBlockClasses,
stateApplyMacros = not laTeXOutput