summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-07-25 22:04:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-07-25 22:05:06 -0700
commit9b5d2031c7d643de3397da2e4f38b2f6b45feb64 (patch)
tree32fa78753fa540da081d45f5c1c62f26ef42f3f0 /src/pandoc.hs
parent2654da38237a981777ed57e4af64781e3773bf01 (diff)
Restored stateStandalone as readerStandalone.
It is indeed needed by the RST reader.
Diffstat (limited to 'src/pandoc.hs')
-rw-r--r--src/pandoc.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index 725f13e09..72b13beb8 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -940,6 +940,7 @@ main = do
readerStrict = strict
, readerSmart = smart || (texLigatures &&
(laTeXOutput || writerName' == "context"))
+ , readerStandalone = standalone'
, readerParseRaw = parseRaw
, readerColumns = columns
, readerTabStop = tabStop