mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 15:38:09 +08:00
@@ -1292,7 +1292,7 @@ pipeBreak = try $ do
|
||||
pipeTable :: MarkdownParser ([Alignment], [Double], [Blocks], [[Blocks]])
|
||||
pipeTable = try $ do
|
||||
(heads,aligns) <- (,) <$> pipeTableRow <*> pipeBreak
|
||||
lines' <- many1 pipeTableRow
|
||||
lines' <- many pipeTableRow
|
||||
let widths = replicate (length aligns) 0.0
|
||||
return (aligns, widths, heads, lines')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user