aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-11-18DokuWiki reader: parse markup inside monospace ('') (#5917)Alexander Krotov1-0/+3
2019-11-16Ms template: Use Palatino for default font.John MacFarlane1-1/+1
2019-11-16Updaet ms writer test.John MacFarlane1-1/+1
2019-11-16Ms writer: boldface definition terms in DefinitionLists.John MacFarlane1-17/+17
2019-11-16ms template: default to page numbers on bottom, no paragaraph indent.John MacFarlane1-1/+4
2019-11-16ConTeXt template: add a saner default for page numbers.John MacFarlane2-0/+2
2019-11-16ConTeXt writer: use braces, not start/stop, for inline language tags.John MacFarlane1-7/+6
2019-11-16Change styles in reference.docx.John MacFarlane28-0/+0
2019-11-15RST writer: Improve spacing for tables with no width information.John MacFarlane2-9/+68
2019-11-14Change reference.docx to use more normal block quotes.John MacFarlane28-0/+0
2019-11-14Change optInputFiles to a `Maybe [FilePath]`.John MacFarlane1-1/+1
2019-11-14Allow combining `-Vheader-includes` and `--include-in-header`.John MacFarlane1-0/+2
2019-11-14Fixed some test locations and put test data files in extra-source-files.John MacFarlane10-7/+7
2019-11-14Fix regression preventing header-includes from being set using -V.John MacFarlane1-0/+8
2019-11-14RST writer: fix backslash escaping after stringsAlbert Krewinkel1-0/+3
2019-11-13Add test for #5881.John MacFarlane7-0/+23
2019-11-13Ensure there's a blank line before RST tables.John MacFarlane1-0/+36
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc14-32/+49
2019-11-11Markdown reader: fix small super/subscript issue.John MacFarlane1-0/+7
2019-11-11Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...Florian Beeres1-0/+20
2019-11-07DocBook reader: Fix bug with entities in mathphrase element.John MacFarlane1-0/+20
2019-11-07Change merge behavior for metadata.John MacFarlane1-1/+1
2019-11-04HTML Reader/Writer - Add support for <var> and <samp> (#5861)Amogh Rathore2-0/+28
2019-11-03Docx reader: fix list number resumption for sublists. Closes #4324.John MacFarlane3-0/+12
2019-11-03Place caption before table in OpenDocument format. (#5869)Dmitry Pogodin2-10/+10
2019-11-02LaTeX reader: Fixed dollar-math parsing...John MacFarlane1-0/+8
2019-11-02Add test for #5836.John MacFarlane1-0/+19
2019-11-02Test for macro definitions in LaTeX preamble.John MacFarlane1-0/+16
2019-11-02Add test case for #5845.John MacFarlane1-0/+16
2019-10-31Jira writer: remove extraneous newline after single-line block quotesAlbert Krewinkel1-5/+0
2019-10-30Use latest doclayout.John MacFarlane1-1/+2
2019-10-30docbook reader: fix nesting of chapters and sections (#5864)Florian Klink3-0/+49
2019-10-29T.P.W.Shared: Changed gridTables so it does better at...John MacFarlane1-6/+6
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane2-2/+1
2019-10-29Remove include of grffile from default latex template.John MacFarlane1-1/+1
2019-10-29Shared.makeSections: better behavior in some corner cases.John MacFarlane1-0/+170
2019-10-28Shared: improve isTight.John MacFarlane1-0/+11
2019-10-27Org reader: fix parsing of empty comment linesAlbert Krewinkel1-1/+11
2019-10-24HTML reader/writer: Better handling of <q> with cite attribute (#5837)Ole Martin Ruud3-0/+25
2019-10-23Add Reader support for HTML <samp> element (#5843)Amogh Rathore1-0/+6
2019-10-16Add support for reading & writing <mark> elementsFlorian B1-0/+20
2019-10-15Add support for reading and writing <kbd> elementsDaniele D'Orazio1-0/+20
2019-10-15Muse reader: do not allow closing asterisks to be followed by "*"Alexander Krotov1-3/+23
2019-10-14Minor template & test changes for latest dev doctemplates.John MacFarlane1-2/+2
2019-10-15Muse reader: do not split series of asterisks into symbols and emphasisAlexander Krotov1-0/+8
2019-10-15Muse reader: do not terminate emphasis on "*" not followed by spaceAlexander Krotov1-0/+4
2019-10-12LaTeX writer: fix horizontal rule.John MacFarlane1-13/+13
2019-10-11Fix `gfm_auto_identifiers` behavior with emojis.John MacFarlane1-0/+6
2019-10-11Markdown writer: prefer pipe_tables to raw html...John MacFarlane1-21/+3
2019-10-10`--metadata-file`: when multiple files specified, second takes precedence...John MacFarlane2-2/+2