aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-11-29Fix custom tests.John MacFarlane1-8/+8
2018-11-27MediaWiki writer: fix caption, use 'thumb' instead of 'frame'.John MacFarlane1-1/+1
2018-11-25Added test for #5053.John MacFarlane1-0/+14
2018-11-25Fix parsing of citations and quotes after parentheses.John MacFarlane3-13/+15
2018-11-22OpenDocument writer: small amendment to #5095.John MacFarlane1-189/+189
2018-11-22ODT writer: Fix list indentationNils Carlson1-189/+189
2018-11-20Fix markdown-citations test for new abbreviations changes.John MacFarlane1-2/+2
2018-11-20Docx writer: Fix bookmarks to headers with long titles.John MacFarlane1-0/+0
2018-11-19AsciiDoc writer: improve ordered lists.John MacFarlane1-39/+56
2018-11-16HTML reader: allow tfoot before body rows.John MacFarlane1-0/+16
2018-11-15HTML reader: parse `<small>` as a Span with class "small".John MacFarlane1-0/+7
2018-11-15Asciidoc writer: Render Spans using `[#id .class]#contents#`.John MacFarlane1-0/+6
2018-11-14Muse reader: trim whitespace before parsing grid table cellsAlexander Krotov1-0/+11
2018-11-14Muse reader: add grid tables supportAlexander Krotov1-0/+43
2018-11-14Muse writer: indent simple tables only on the top levelAlexander Krotov1-0/+6
2018-11-13Fix test case for #5014.John MacFarlane1-1/+3
2018-11-13HTML reader: allow thead containing a row with td rather than th.John MacFarlane1-0/+17
2018-11-13Muse writer: output tables with one column as grid tablesAlexander Krotov1-0/+12
2018-11-12LaTeX writer: don't emit `[<+->]` unless beamer output,John MacFarlane1-0/+14
2018-11-11Exactly match GitHub's identifier generating algorithm.John MacFarlane1-0/+4
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane1-4/+4
2018-11-07Texinfo writer: add blank line before `@menu` section.John MacFarlane1-0/+8
2018-11-06Add command test for #5050.John MacFarlane1-0/+7
2018-11-06ICML writer: consolidate adjacent strings, inc. spaces.John MacFarlane1-128/+23
2018-11-06Use OverloadedStrings extension to simplify Muse writer testsAlexander Krotov1-201/+203
2018-11-05CommonMark writer: respect --ascii (#5043)quasicomputational1-0/+36
2018-11-04XML: toHtml5Entities: prefer shorter entities...John MacFarlane1-2/+2
2018-11-05Muse writer: add support for --reference-location=Alexander Krotov1-3/+85
2018-11-03AsciiDoc writer: use single-line section headers.John MacFarlane1-63/+32
2018-11-02table testsYan Pashkovsky1-0/+11
2018-11-02Roff reader: Improved handling of custom strings as arguments.John MacFarlane1-0/+27
2018-11-02grofftest.sh - set resource path more appropriately.John MacFarlane1-1/+1
2018-11-02Improve test/grofftest.sh.John MacFarlane1-12/+16
2018-11-01Implement --ascii for Markdown writer.John MacFarlane1-0/+8
2018-11-01HTML writer: use character entities references when possible for HTML5.John MacFarlane1-1/+1
2018-10-31ZimWiki writer: number ordered list items sequentially...John MacFarlane1-20/+20
2018-10-31LaTeX writer: add newline if math ends in a comment.John MacFarlane1-0/+7
2018-10-30Roff reader: properly handle unknown backslash escapes.John MacFarlane1-0/+2
2018-10-29ZimWiki writer: remove extra indentation on lists.John MacFarlane1-88/+88
2018-10-29LaTeX reader: allow space at end of math after `\`.John MacFarlane1-0/+21
2018-10-28Roff tokenizer: better handling of escapes.John MacFarlane1-2/+2
2018-10-28Roff tokenizer: revamped font parsing using escapeArg.John MacFarlane1-1/+1
2018-10-28T.P.Lua: rename `runPandocLua` to `runLua` (API change)Albert Krewinkel1-10/+10
2018-10-28T.P.Lua: merge runLuaFilter into T.P.Filter.Lua (API change)Albert Krewinkel1-8/+7
2018-10-27Man reader: allow block-level content in table cells.John MacFarlane2-1/+26
2018-10-28Muse: Make tables round-tripAlexander Krotov1-2/+16
2018-10-28Muse reader: try to parse lists before trying to parse tableAlexander Krotov1-0/+12
2018-10-27Remove misleading comment from Muse reader testsAlexander Krotov1-1/+0
2018-10-27Muse reader: forbid whitespace after opening and before closing markup elementsAlexander Krotov1-2/+10
2018-10-26Muse reader: parse page breaksAlexander Krotov1-0/+8