aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2017-12-30Muse reader: enable round trip testAlexander Krotov1-10/+9
2017-12-30Docx reader: Read multiple children of w:sdtContents`Jesse Rosenthal1-1/+6
2017-12-29Powerpoint Writer tests: Add quickcheck tests for content types.Jesse Rosenthal1-14/+77
2017-12-29Powerpoint writer test: more slide number testsJesse Rosenthal1-4/+9
2017-12-28Merge pull request #4170 from oltolm/opendocumentJohn MacFarlane1-0/+2
2017-12-28improve formatting of formulas in OpenDocumentoltolm1-0/+2
2017-12-28Powerpoint writer tests: use IO.John MacFarlane2-336/+18
2017-12-28Use insertInFileTree in powerpoint test.John MacFarlane1-2/+1
2017-12-28Text.Pandoc.Class: add insertInFileTree (API change).John MacFarlane1-7/+2
2017-12-28Fixed warning in powerpoint writer test.John MacFarlane1-3/+0
2017-12-28LaTeX writer: Use \endhead after \toprule in headerless tables.John MacFarlane1-0/+2
2017-12-28LaTeX reader: be more tolerant of `&` character.John MacFarlane1-0/+18
2017-12-28PowerPoint writer: Introduce beginning of testsJesse Rosenthal3-0/+425
2017-12-28Org smart test: drop superfluous importAlbert Krewinkel1-1/+1
2017-12-28Org reader: support minlevel option for includesAlbert Krewinkel1-1/+77
2017-12-28Break-up org reader test fileAlbert Krewinkel13-1864/+2007
2017-12-27Merge pull request #4184 from mb21/html-reader-figcaptionJohn MacFarlane1-0/+32
2017-12-27HTML reader: parse div with class `line-block` as LineBlock.John MacFarlane1-0/+10
2017-12-27Added tests for custom writer.John MacFarlane3-0/+990
2017-12-27Docx reader: add tests for structured document tags unwrapping.Jesse Rosenthal3-0/+14
2017-12-26LaTeX reader: support `\foreignlanguage` from babel.John MacFarlane1-0/+6
2017-12-26HTML writer: Use br elements in line blocks...John MacFarlane7-7/+0
2017-12-24RST reader: allow empty list items (as docutils does).John MacFarlane1-0/+10
2017-12-23Lua modules: add function pandoc.utils.hierarchicalizeAlbert Krewinkel2-1/+18
2017-12-23JATS reader: process author metadata.John MacFarlane2-1/+13
2017-12-23Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel2-2/+11
2017-12-23Lua modules: add function pandoc.utils.to_roman_numeralAlbert Krewinkel2-0/+10
2017-12-23HTML Reader: be more forgiving about figcaptionmb211-0/+32
2017-12-22`latex_macros` extension changes.John MacFarlane3-4/+34
2017-12-22Markdown reader: improved raw tex parsing.John MacFarlane2-4/+2
2017-12-22Lua modules: add stringify function to pandoc.utilsAlbert Krewinkel2-3/+17
2017-12-22RST writer: fix anchors for headers.John MacFarlane1-1/+1
2017-12-21Merge pull request #4177 from stencila/jats-xml-readerJohn MacFarlane6-1/+2321
2017-12-21JATS writer: Make <p> optional in <td> and <th> (#4178)Hamish Mackenzie1-276/+92
2017-12-22Improve support for code language in JATSHamish Mackenzie2-1/+11
2017-12-21Org writer: do not wrap "-" to avoid accidental bullet listsAlexander Krotov1-0/+9
2017-12-21Muse reader: parse anchors immediately after headings as IDsAlexander Krotov2-0/+17
2017-12-20Test more pandoc Lua module functionsAlbert Krewinkel2-0/+80
2017-12-20Muse reader: require that note references does not start with 0Alexander Krotov1-0/+14
2017-12-20Add Basic JATS reader based on DocBook readerHamish Mackenzie5-0/+2310
2017-12-19Muse writer: don't wrap note references to the next lineAlexander Krotov1-0/+29
2017-12-19Fix for #4171 fix: don't wrap note references after SoftBreakAlexander Krotov1-0/+14
2017-12-19Muse reader: parse empty comments correctlyAlexander Krotov1-0/+2
2017-12-18Org writer: don't allow fn refs to wrap to beginning of line.John MacFarlane1-0/+11
2017-12-17OPML reader: enable raw HTML and other extensions by default for notes.John MacFarlane1-0/+35
2017-12-15Added tests of latex tokenizer.John MacFarlane1-1/+18
2017-12-15Fixed regression in LateX tokenization.John MacFarlane1-0/+8
2017-12-14RST reader: more accurate parsing of references.John MacFarlane2-0/+28
2017-12-14Merge pull request #4148 from stencila/jats-figuresJohn MacFarlane3-1/+122
2017-12-14Deduplicate JATS writer image mime type codeHamish Mackenzie1-1/+1