mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 09:25:48 +00:00
Removed unneeded blanklines in pipeTable parser.
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user