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:
parent
85d49ee936
commit
5c1632be5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue