aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)AuthorFilesLines
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc8-144/+163
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc8-50/+80
2020-04-15Implement the new Table typedespresc8-47/+69
2020-04-15Markdown Reader: Fix inline code in lists (#6284)Nikolay Yakimov1-0/+47
2020-04-04Jira: support citations, attachment links, and user linksAlbert Krewinkel2-3/+67
2020-04-03Jira reader: resolve parsing issues of blockquote, colorAlbert Krewinkel2-2/+21
2020-03-31Jira reader: use span with class `underline` for inserted textAlbert Krewinkel1-0/+4
2020-03-31Jira writer: convert spans with class `underline` to inserted textAlbert Krewinkel1-0/+27
2020-03-30Jira reader: retain image attributesAlbert Krewinkel1-0/+9
2020-03-28More cleanup (#6209)Joseph C. Sible1-3/+2
2020-03-19Jira reader: fix parsing of tables without preceding blanklineAlbert Krewinkel1-0/+5
2020-03-18Jira reader: fix parsing of strikeout, emphasisAlbert Krewinkel1-0/+4
2020-03-13Update copyright year (#6186)Albert Krewinkel34-35/+35
2020-03-13Jira reader: support colored inline text, indented listsAlbert Krewinkel1-0/+4
2020-03-05Fix man reader test for previous change.John MacFarlane1-1/+1
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel2-2/+23
2020-02-08Use <$> instead of >>= and return (#6128)Joseph C. Sible1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane9-51/+50
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-3/+3
2020-01-15Lua filters: allow filtering of element lists (#6040)Albert Krewinkel1-1/+24
2020-01-11Add tests for pandoc.List moduleAlbert Krewinkel1-0/+2
2020-01-01LaTeX writer: properly handle unnumbered headings level 4+.John MacFarlane1-1/+1
2019-12-21HTML reader tests: modify round-trip tests...John MacFarlane1-0/+4
2019-12-19Org reader: fix parsing problem for colons in headlineAlbert Krewinkel1-0/+10
2019-12-18Org reader: wrap named table in div, using name as idAlbert Krewinkel1-0/+7
2019-12-17Add jira reader (#5913)Albert Krewinkel2-0/+116
2019-11-18DokuWiki reader: parse markup inside monospace ('') (#5917)Alexander Krotov1-0/+3
2019-11-14RST writer: fix backslash escaping after stringsAlbert Krewinkel1-0/+3
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc14-32/+49
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 MacFarlane1-0/+4
2019-10-30docbook reader: fix nesting of chapters and sections (#5864)Florian Klink1-0/+2
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-1/+1
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 Ruud1-0/+17
2019-10-23Add Reader support for HTML <samp> element (#5843)Amogh Rathore1-0/+6
2019-10-15Muse reader: do not allow closing asterisks to be followed by "*"Alexander Krotov1-3/+23
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-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane1-1/+5
2019-10-04hlint Muse reader testsAlexander Krotov1-1/+1
2019-10-03Minor ghc 8.8 fixups.John MacFarlane1-1/+0
2019-09-23ConTeXt unit tests - tweak code property.John MacFarlane1-1/+1
2019-09-22Make `plain` output plainer.John MacFarlane1-1/+3
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov1-0/+9
2019-09-20Preserve built-in styles in DOCX with custom style (#5670)Ben Steinberg1-0/+4
2019-09-15Revert "FB2 reader test: better diagnostics on failure."John MacFarlane1-28/+1
2019-09-15FB2 reader test: better diagnostics on failure.John MacFarlane1-1/+28
2019-09-14FB2 reader test: Another attempt to fix test failure on GitHub CI.John MacFarlane1-4/+5
2019-09-13Revert "FB2 reader test: filter CRs."John MacFarlane1-2/+2