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:
parent
08d1404b31
commit
6ec3ee3a67
1 changed files with 1 additions and 0 deletions
|
@ -909,6 +909,7 @@ instance HasIdentifierList ParserState where
|
|||
extractIdentifierList = stateIdentifiers
|
||||
updateIdentifierList x st = st{ stateIdentifiers = x }
|
||||
|
||||
|
||||
defaultParserState :: ParserState
|
||||
defaultParserState =
|
||||
ParserState { stateOptions = def,
|
||||
|
|
Loading…
Reference in a new issue