We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827f4fb commit 4e12dd1Copy full SHA for 4e12dd1
lib-internal/Text/Pandoc/CrossRef/References/Blocks.hs
@@ -64,7 +64,7 @@ simpleTable align width bod = Table nullAttr noCaption (zip align width)
64
where
65
mkBody xs = TableBody nullAttr (RowHeadColumns 0) [] (map mkRow xs)
66
mkRow xs = Row nullAttr (map mkCell xs)
67
- mkCell xs = Cell nullAttr AlignDefault (RowSpan 0) (ColSpan 0) xs
+ mkCell xs = Cell nullAttr AlignDefault (RowSpan 1) (ColSpan 1) xs
68
noCaption = Caption Nothing mempty
69
noTableHead = TableHead nullAttr []
70
noTableFoot = TableFoot nullAttr []
0 commit comments