aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-04-17Markdown writer: avoid unnecessary escapes before intraword `_`John MacFarlane2-1/+15
2020-04-17Merge pull request #6211 from tarleb/lua-pandocerrorJohn MacFarlane2-11/+11
2020-04-17LaTeX reader: don't put surrounding Div around Table.John MacFarlane1-26/+25
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel2-11/+11
2020-04-15Modify toLegacyTable to cut up cells, add testsdespresc1-0/+61
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc30-502/+205
2020-04-15Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc49-1803/+1803
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc58-3766/+4917
2020-04-15Implement the new Table typedespresc57-1863/+4361
2020-04-15Markdown Reader: Fix inline code in lists (#6284)Nikolay Yakimov1-0/+47
2020-04-15JATS reader: handle "label" element in section title.John MacFarlane1-0/+8
2020-04-11LaTeX writer: ensure that `-M csquotes` works even in fragment mode.John MacFarlane1-0/+6
2020-04-11HTML reader: support <bdo> (#6271)Tristan de Cacqueray1-0/+21
2020-04-09Jira reader: improve icon conversionAlbert Krewinkel1-1/+1
2020-04-07LaTeX reader: better handling of `\lettrine`.John MacFarlane1-2/+2
2020-04-06Vimwiki reader: Add nested syntax highlighting (#6257)Vlad Hanciuta2-0/+8
2020-04-04test/writer.jira: fix links, skip alias if it equals the targetAlbert Krewinkel1-4/+4
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-04-01Add test fixes for docbook writer changes.John MacFarlane2-8/+16
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 Krewinkel2-0/+29
2020-03-31Jira writer tests: update image in test/writer.jiraAlbert Krewinkel1-1/+1
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-07Ms writer: fix definition lists so indent even when...John MacFarlane1-39/+39
2020-03-06Ms writer: use .QS/.QE instead of .RS/.RE for block quotes.John MacFarlane1-14/+14
2020-03-05Fix man reader test for previous change.John MacFarlane1-1/+1
2020-02-17Revert "Allow specifying string value in metadata using `!!literal` tag."John MacFarlane1-10/+0
2020-02-17Allow specifying string value in metadata using `!!literal` tag.John MacFarlane1-0/+10
2020-02-14Fixes: group biblatex citations even with prefix and suffix (#6058)Ethan Riley1-0/+32
2020-02-13Add highlight directive to the rST reader (#6140)Lucas Escot2-0/+28
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel8-2/+2247
2020-02-12LaTeX reader: improve caption and label parsing.John MacFarlane3-16/+17
2020-02-11LaTeX reader: resolve `\ref` to table numbers.John MacFarlane1-0/+31
2020-02-10Fix spurious dots in markdown_mmd metadata outputJohn MacFarlane1-0/+12
2020-02-08reveal.js: ensure that pauses work even in title slides.John MacFarlane1-0/+18
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-02-05MediaWiki writer: prevent triple `[[[`.John MacFarlane1-0/+10
2020-02-05LaTeX reader: skip comments in more places where this is needed.John MacFarlane1-0/+7
2020-02-03Fix duplicate frame classes in LaTeX/Beamer output.John MacFarlane1-0/+27
2020-01-31csv reader: allow empty cells.John MacFarlane1-1/+5
2020-01-31Add Text.Pandoc.Readers.CSV (readCSV).John MacFarlane1-0/+17
2020-01-27Fix test suite for new skylighting.John MacFarlane1-2/+2