pandoc/src/Text/Pandoc
John MacFarlane 21cc52abe3 LaTeX writer: Fix regression in table header position.
In recent versions the table headers were no longer bottom-aligned
(if more than one line).  This patch fixes that by using minipages
for table headers in non-simple tables.

Closes #7347.
2021-06-05 14:13:58 -06:00
..
App Change reader types, allowing better tracking of source positions. 2021-05-09 19:11:34 -06:00
Citeproc Two citeproc locator/suffix improvements: 2021-05-27 18:28:52 -07:00
Class T.P.Class.IO: normalise path in writeMedia. 2021-06-03 18:34:38 -06:00
Filter Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
Lua MediaBag improvements. 2021-05-24 09:20:44 -07:00
Readers DocBook reader: Add support for danger element 2021-06-05 08:02:21 -06:00
Writers LaTeX writer: Fix regression in table header position. 2021-06-05 14:13:58 -06:00
XML T.P.XML.Light - add Eq, Ord instances... 2021-05-11 09:01:36 -06:00
App.hs Change reader types, allowing better tracking of source positions. 2021-05-09 19:11:34 -06:00
Asciify.hs Simplify T.P.Asciify and export toAsciiText [API change]. 2021-03-21 23:40:19 -07:00
Citeproc.hs Citeproc: ensure that CSL-related attributes are passed on... 2021-05-17 20:42:43 -07:00
Class.hs Text.Pandoc.Class: extract submodules PandocIO, PandocPure 2020-03-22 14:59:38 +01:00
CSS.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
CSV.hs T.P.CSV: fix parsing of unquoted values. 2021-02-22 21:18:04 -08:00
Data.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
Emoji.hs Use implicit Prelude (#6187) 2020-03-15 09:45:44 -07:00
Error.hs Change reader types, allowing better tracking of source positions. 2021-05-09 19:11:34 -06:00
Extensions.hs Support rebase_relative_paths for commonmark based formats. 2021-05-28 13:58:44 -07:00
Filter.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
Highlighting.hs Writers: Recognize custom syntax definitions (#7241) 2021-04-25 12:19:07 -07:00
Image.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
ImageSize.hs Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light... 2021-02-16 16:55:20 -08:00
Logging.hs Logging: remove single quotes around paths in messages. 2021-05-25 11:53:49 -07:00
Lua.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
MediaBag.hs MediaBag improvements. 2021-05-24 09:20:44 -07:00
MIME.hs Text.Pandoc.MIME: add exported function getCharset. 2021-02-22 13:28:47 -08:00
Options.hs Allow compilation with base 4.15 2021-05-25 11:52:49 -07:00
Parsing.hs Implement curly-brace syntax for Markdown citation keys. 2021-05-13 21:59:32 -07:00
PDF.hs Text.Pandoc.PDF: only print relevant part of environment on --verbose. 2021-06-02 15:21:13 -06:00
Process.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
Readers.hs Change reader types, allowing better tracking of source positions. 2021-05-09 19:11:34 -06:00
RoffChar.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
SelfContained.hs SelfContained: remove unneeded imports. 2021-04-05 23:26:54 -07:00
Shared.hs Change reader types, allowing better tracking of source positions. 2021-05-09 19:11:34 -06:00
Slides.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
Sources.hs Change reader types, allowing better tracking of source positions. 2021-05-09 19:11:34 -06:00
Templates.hs Fix fallback to default partials on templates. 2021-03-19 22:57:48 -07:00
Translations.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
UTF8.hs Text.Pandoc.UTF8: change IO functions to return Text, not String. 2021-02-22 11:30:07 -08:00
UUID.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
Writers.hs Issue error message when reader or writer format is malformed. 2021-04-19 08:38:31 -07:00
XML.hs JATS writer: escape disallows chars in identifiers 2021-04-05 21:55:54 +02:00