aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-09-04RTF reader: better handling of `\*` and bookmarks.John MacFarlane1-1/+1
2021-09-01pptx: Add support for more layoutsEmily Bourke87-2/+196
2021-09-01pptx: Restructure testsEmily Bourke125-57/+57
2021-08-29Improve asciidoc escaping for `--` in URLs. Closes #7529.John MacFarlane1-0/+7
2021-08-27pptx: Make first heading title if slide level is 0Emily Bourke21-0/+56
2021-08-27Ensure we have unique ids for wp:docPr and pic:cNvPr elements.John MacFarlane2-0/+0
2021-08-24Fix test for #7521.John MacFarlane1-2/+2
2021-08-23Markdown reader: fix interaction of --strip-comments and listJohn MacFarlane1-0/+11
2021-08-21LaTeX-parser: restrict \endinput to current fileSimon Schuster2-0/+17
2021-08-20RST reader: Fix `:literal:` includes.John MacFarlane1-1/+1
2021-08-18pptx: Include image title in descriptionEmily Bourke8-0/+0
2021-08-17Revise citeproc code to fit new citeproc 0.5 API.John MacFarlane4-8/+8
2021-08-17OOXML tests: silence warnings.John MacFarlane1-0/+1
2021-08-17pptx: Select layouts from reference doc by nameEmily Bourke45-7/+24
2021-08-17Don’t compare cdLine in OOXML golden testsEmily Bourke1-1/+0
2021-08-17Provide more detailed XML diff in testsEmily Bourke1-21/+51
2021-08-15Multimarkdown sub- and superscripts (#5512) (#7188)OCzarnecki1-0/+48
2021-08-15Make docx writer sensitive to `native_numbering` extension.John MacFarlane1-1/+2
2021-08-15Remove misleading description from command/citeproc-87 test.John MacFarlane1-5/+2
2021-08-13Convert Quoted in bib entries to special Spans...John MacFarlane1-0/+42
2021-08-13Citeproc: avoid odd handling of quotes.John MacFarlane1-0/+16
2021-08-13Fix raw LaTeX injection issue (LaTeX writer).John MacFarlane1-0/+37
2021-08-12Various sample.lua editorial fixes. (#7493)William Lupton1-8/+7
2021-08-11LaTeX reader: Support `\global` before `\def`, `\let`, etc.John MacFarlane1-0/+12
2021-08-11Fix scope for LaTeX macros.John MacFarlane1-0/+50
2021-08-11LaTeX reader: improve handling of plain TeX macro primitives.John MacFarlane1-1/+37
2021-08-10Tests.Helpers: export testGolden and use it in RTF reader.John MacFarlane2-13/+27
2021-08-10HTML reader: treat commments as blank when parsing.John MacFarlane1-0/+47
2021-08-10Add test for #7488.John MacFarlane3-0/+447
2021-08-10Add RTF reader.John MacFarlane27-4/+951
2021-08-04RTF writer: emit \outlinelevel for section headings.John MacFarlane1-31/+31
2021-08-03LaTeX table writer: Increase column width precision (#7466)Peter Fabinski5-20/+20
2021-08-01RTF writer: omit `\bin` in `\pict`.John MacFarlane1-2/+2
2021-08-01RTF template: specify font family for fixed-width font f1.John MacFarlane1-1/+1
2021-07-11DocBook reader: add support for citerefentry (#7437)Jan Tojnar2-0/+4
2021-07-11Improved parsing of raw LaTeX from Text streams (rawLaTeXParser).John MacFarlane1-0/+15
2021-07-09RST reader: fix regression with code includes.John MacFarlane2-0/+17
2021-07-06Recognize data-external when reading HTML img tags (#7429)Michael Hoffmann1-0/+6
2021-07-05Add command test for #7394.John MacFarlane1-0/+85
2021-07-05document-css: reset overflow-wrap on code blocksMauro Bieg4-4/+8
2021-07-03Revert "LaTeX template: move title, author, date up to top of preamble."John MacFarlane4-13/+13
2021-07-02HTML5 writer, remove aria-hidden when explicit atl text is provided.Aner Lucero1-1/+1
2021-06-29Docx writer: Add table numbering for captioned tables.John MacFarlane2-1/+3
2021-06-29Docx writer: support figure numbers.John MacFarlane1-0/+0
2021-06-29Use dev version of citeproc.John MacFarlane2-14/+13
2021-06-29Remove duplicated alt text in HTML output.Aner Lucero1-0/+19
2021-06-28Improve punctuation moving with `--citeproc`.John MacFarlane2-3/+3
2021-06-28Markdown writer: put space between Plain and following fenced Div.John MacFarlane1-0/+15
2021-06-22Fix regression with comment-only YAML metadata blocks.John MacFarlane1-0/+9
2021-06-21LaTeX writer: add strut at end of minipage if it contains...John MacFarlane2-5/+5