Removed unneeded 'try' in 'rawLine'.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@979 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-09-01 02:26:39 +00:00
parent 85d49ee936
commit 5c1632be5d

View file

@ -184,7 +184,7 @@ referenceTitle = try $ do
noteMarker = string "[^" >> manyTill (noneOf " \t\n") (char ']')
rawLine = try $ do
rawLine = do
notFollowedBy blankline
notFollowedBy' noteMarker
contents <- many1 nonEndline