pandoc/tests/Tests
Jesse Rosenthal 8ced8cbc6e Docx reader: Ensure one-row tables don't have header.
Tables in MS Word are set by default to have special first-row
formatting, which pandoc uses to determine whether or not they have a
header. This means that one-row tables will, by default, have only a
header -- which we imagine is not what people want. This change
ensures that a one-row table is not understood to be a header only.

Note that this means that it is impossible to produce a header-only
table from docx, even though it is legal pandoc. But we believe that
in nearly all cases, it will be an accidental (and unwelcome) result

Closes #3285.
2016-12-08 07:01:01 -05:00
..
Readers Docx reader: Ensure one-row tables don't have header. 2016-12-08 07:01:01 -05:00
Writers LaTeX writer: Fix unnumbered headers when used with --top-level 2016-12-04 21:15:52 +01:00
Helpers.hs Options: Removed writerStandalone, made writerTemplate a Maybe. 2016-11-30 15:34:58 +01:00
Old.hs Fixed tests with dynamic linking. 2016-12-07 15:05:30 +01:00
Shared.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00
Walk.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00