Minor reformatting.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@949 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-08-29 00:11:37 +00:00
parent 3edf5834e8
commit 40b870375d

View file

@ -772,9 +772,8 @@ endline = try $ do
notFollowedBy blankline
st <- getState
if stateStrict st
then do
notFollowedBy emailBlockQuoteStart
notFollowedBy (char '#') -- atx header
then do notFollowedBy emailBlockQuoteStart
notFollowedBy (char '#') -- atx header
else return ()
-- parse potential list-starts differently if in a list:
if stateParserContext st == ListItemState