summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/pandoc.hs')
-rw-r--r--src/pandoc.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index a0404d9e6..725f13e09 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -948,9 +948,9 @@ main = do
"+lhs" `isSuffixOf` readerName' ||
lhsExtension sources
, readerCitations = map CSL.refId refs
- },
- stateIndentedCodeClasses = codeBlockClasses,
- stateApplyMacros = not laTeXOutput
+ , readerIndentedCodeClasses = codeBlockClasses
+ , readerApplyMacros = not laTeXOutput
+ }
}
let writerOptions = def { writerStandalone = standalone',