Removed unneeded blanklines in pipeTable parser.
This commit is contained in:
parent
a6c167125f
commit
e148fd7547
1 changed files with 0 additions and 1 deletions
|
@ -1142,7 +1142,6 @@ pipeTable = try $ do
|
|||
|
||||
return (row, als) )
|
||||
lines' <- sequence <$> many1 pipeTableRow
|
||||
blanklines
|
||||
let widths = replicate (length aligns) 0.0
|
||||
return $ (aligns, widths, heads, lines')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue