From 2654da38237a981777ed57e4af64781e3773bf01 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 25 Jul 2012 20:42:15 -0700 Subject: Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions. --- src/pandoc.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pandoc.hs') 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', -- cgit v1.2.3