summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-07-25 11:51:33 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-07-25 11:51:33 -0700
commit0d4424c21c7d3d6da068a77750db72f61ff0e0cd (patch)
tree2492093e03ec835f9e3b4008893a5446f8e84d64 /src/pandoc.hs
parentef0619cc6d576061ba7e93b7ecf16f72021c6f68 (diff)
Moved stateColumns to readerColumns in ReaderOptions.
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