Whitespace change, and note:

Contrary to the previous commit message, there was no API
change, since Text.Pandoc.Parsing is not an exposed module.
This commit is contained in:
John MacFarlane 2014-03-25 13:51:55 -07:00
parent 08d1404b31
commit 6ec3ee3a67

View file

@ -909,6 +909,7 @@ instance HasIdentifierList ParserState where
extractIdentifierList = stateIdentifiers
updateIdentifierList x st = st{ stateIdentifiers = x }
defaultParserState :: ParserState
defaultParserState =
ParserState { stateOptions = def,