aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/AnnotatedTable.hs
AgeCommit message (Collapse)AuthorFilesLines
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel1-0/+23
Note that the multirow package is needed for rowspans. It is included in the latex template under a variable, so that it won't be used unless needed for a table.
2020-09-12[API change] Rename Writers.Tables and its contents (#6679)Christian Despres1-0/+300
Writers.Tables is now Writers.AnnotatedTable. All of the types and functions in it have had the "Ann" removed from them. Now it is expected that the module be imported qualified.