Minor reformatting.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@949 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
3edf5834e8
commit
40b870375d
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue