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 a6427fc commit 6f98149Copy full SHA for 6f98149
src/Text/Pandoc/Writers/HTML.hs
@@ -1263,7 +1263,7 @@ tableRowToHtml :: PandocMonad m
1263
=> WriterOptions
1264
-> TableRow
1265
-> StateT WriterState m Html
1266
-tableRowToHtml opts (TableRow tblpart attr rownum rowhead rowbody) = do
+tableRowToHtml opts (TableRow tblpart attr _rownum rowhead rowbody) = do
1267
let celltype = case tblpart of
1268
Thead -> HeaderCell
1269
_ -> BodyCell
0 commit comments