aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)Author
2020-04-17Fooling around with a new setup for Text.Pandoc.Data.initialize-data-filesJohn MacFarlane
2020-04-15Modify toLegacyTable to cut up cells, add testsdespresc
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-04-15Markdown Reader: Fix inline code in lists (#6284)Nikolay Yakimov
2020-04-04Jira: support citations, attachment links, and user linksAlbert Krewinkel
2020-04-03Jira reader: resolve parsing issues of blockquote, colorAlbert Krewinkel
2020-03-31Jira reader: use span with class `underline` for inserted textAlbert Krewinkel
2020-03-31Jira writer: convert spans with class `underline` to inserted textAlbert Krewinkel
2020-03-30Jira reader: retain image attributesAlbert Krewinkel
2020-03-28More cleanup (#6209)Joseph C. Sible
2020-03-19Jira reader: fix parsing of tables without preceding blanklineAlbert Krewinkel
2020-03-18Jira reader: fix parsing of strikeout, emphasisAlbert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-03-13Jira reader: support colored inline text, indented listsAlbert Krewinkel
2020-03-05Fix man reader test for previous change.John MacFarlane
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel
2020-02-08Use <$> instead of >>= and return (#6128)Joseph C. Sible
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible
2020-01-15Lua filters: allow filtering of element lists (#6040)Albert Krewinkel
2020-01-11Add tests for pandoc.List moduleAlbert Krewinkel
2020-01-01LaTeX writer: properly handle unnumbered headings level 4+.John MacFarlane
2019-12-21HTML reader tests: modify round-trip tests...John MacFarlane
2019-12-19Org reader: fix parsing problem for colons in headlineAlbert Krewinkel
2019-12-18Org reader: wrap named table in div, using name as idAlbert Krewinkel
2019-12-17Add jira reader (#5913)Albert Krewinkel
2019-11-18DokuWiki reader: parse markup inside monospace ('') (#5917)Alexander Krotov
2019-11-14RST writer: fix backslash escaping after stringsAlbert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-11-04HTML Reader/Writer - Add support for <var> and <samp> (#5861)Amogh Rathore
2019-11-03Docx reader: fix list number resumption for sublists. Closes #4324.John MacFarlane
2019-10-30docbook reader: fix nesting of chapters and sections (#5864)Florian Klink
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane
2019-10-27Org reader: fix parsing of empty comment linesAlbert Krewinkel
2019-10-24HTML reader/writer: Better handling of <q> with cite attribute (#5837)Ole Martin Ruud
2019-10-23Add Reader support for HTML <samp> element (#5843)Amogh Rathore
2019-10-15Muse reader: do not allow closing asterisks to be followed by "*"Alexander Krotov
2019-10-15Muse reader: do not split series of asterisks into symbols and emphasisAlexander Krotov
2019-10-15Muse reader: do not terminate emphasis on "*" not followed by spaceAlexander Krotov
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane
2019-10-04hlint Muse reader testsAlexander Krotov
2019-10-03Minor ghc 8.8 fixups.John MacFarlane
2019-09-23ConTeXt unit tests - tweak code property.John MacFarlane
2019-09-22Make `plain` output plainer.John MacFarlane
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov
2019-09-20Preserve built-in styles in DOCX with custom style (#5670)Ben Steinberg
2019-09-15Revert "FB2 reader test: better diagnostics on failure."John MacFarlane
2019-09-15FB2 reader test: better diagnostics on failure.John MacFarlane