Removed an unnecessary many spaceChar
.
This commit is contained in:
parent
3518558517
commit
98e5b61703
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ blockDelimiter f len = try $ do
|
|||
return . (+ 3) . length
|
||||
many spaceChar
|
||||
attr <- option ([],[],[])
|
||||
$ (try $ many spaceChar >> attributes) -- ~~~ {.ruby}
|
||||
$ attributes -- ~~~ {.ruby}
|
||||
<|> (many1 alphaNum >>= \x -> return ([],[x],[])) -- github variant ```ruby
|
||||
blankline
|
||||
return (size, attr, c)
|
||||
|
|
Loading…
Reference in a new issue