Minor reformatting.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@946 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
fcb91e8e51
commit
5bafe2c9fb
1 changed files with 2 additions and 2 deletions
|
@ -369,8 +369,8 @@ nullBlock = anyChar >> return Null
|
|||
-- | Fail if reader is in strict markdown syntax mode.
|
||||
failIfStrict :: GenParser Char ParserState ()
|
||||
failIfStrict = do
|
||||
state <- getState
|
||||
if stateStrict state then fail "strict mode" else return ()
|
||||
state <- getState
|
||||
if stateStrict state then fail "strict mode" else return ()
|
||||
|
||||
-- | Parses backslash, then applies character parser.
|
||||
escaped :: GenParser Char st Char -- ^ Parser for character to escape
|
||||
|
|
Loading…
Add table
Reference in a new issue