aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)AuthorFilesLines
2020-06-27Org reader: read description lines as inlinesAlbert Krewinkel1-5/+17
2020-06-25Org reader: honor tex export optionAlbert Krewinkel1-0/+73
2020-06-22Use native Underline instead of Span in JiraJohn MacFarlane2-3/+2
2020-06-20Recognize images with uppercase extensionsAlbert Krewinkel1-0/+4
2020-05-18Propagate (DY)LD_LIBRARY_PATH in tests (#6376)Lila2-9/+14
2020-05-12Lua: fix regression in package searcherAlbert Krewinkel1-0/+6
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar4-10/+6
2020-04-19More fixes for round-trip tests of HTML reader.John MacFarlane1-6/+10
2020-04-18Fixed round-trip HTML tests.John MacFarlane1-0/+5
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel1-7/+8
2020-04-15Modify toLegacyTable to cut up cells, add testsdespresc1-0/+61
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