aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel17-74/+209
2020-04-17Fix typo.John MacFarlane1-1/+1
2020-04-17Use main pandoc-types repository...John MacFarlane2-4/+4
2020-04-17Merge pull request #6224 from despresc/better-tablesJohn MacFarlane122-2391/+6221
2020-04-17Add CI build for ghc 8.10.1.John MacFarlane1-2/+2
2020-04-17Revert 0e48a02 and dependency on base-noprelude...John MacFarlane2-33/+43
2020-04-17Fix path for nightly linux build.John MacFarlane1-1/+1
2020-04-16Shared: renderTags': use self-closing tag for col element.John MacFarlane1-1/+1
2020-04-16ci: remove ghc 8.10.1 build for now.John MacFarlane1-2/+2
2020-04-16nightly: don't need to apt-get install. ci: test on ghc 8.10.1.John MacFarlane2-5/+2
2020-04-16nightly: ensure that ghc 8.8.1 is used for linux.John MacFarlane1-1/+1
2020-04-15Markdown reader: Remove unnecessary qualificationdespresc1-8/+8
2020-04-15Use custom pandoc-types repo with new table typesAlbert Krewinkel2-1/+5
2020-04-15Lua: support new tablesAlbert Krewinkel2-30/+113
2020-04-15Modify toLegacyTable to cut up cells, add testsdespresc2-8/+104
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc55-572/+375
2020-04-15Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc51-1805/+1805
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc113-3935/+5128
2020-04-15Remove the onlySimpleCellBodies function from Shareddespresc5-18/+7
2020-04-15Implement the new Table typedespresc114-2180/+4842
2020-04-15Markdown Reader: Fix inline code in lists (#6284)Nikolay Yakimov2-6/+58
2020-04-15nightly build: print ghc, cabal versions for diagnostics.John MacFarlane1-0/+2
2020-04-15Use ghc 8.8.1 for nightly linux build.John MacFarlane1-1/+1
2020-04-15JATS reader: handle "label" element in section title.John MacFarlane2-1/+15
2020-04-13Improve linux CI caching.John MacFarlane1-3/+11
2020-04-13Add an option to disable certificate validation (#6156)Cédric Couralet8-2/+31
2020-04-12Whitespace change to cabal.project...John MacFarlane1-0/+1
2020-04-12Require doctemplates 0.8.2.John MacFarlane3-3/+19
2020-04-12Improve linux caching for ci.John MacFarlane1-2/+2
2020-04-12Add caching to linux ci.John MacFarlane1-0/+15
2020-04-12Add caching for Windows stack CI.John MacFarlane1-0/+21
2020-04-12Add caching for macOS CI build.John MacFarlane1-0/+21
2020-04-12RST reader: handle "date::" directive.John MacFarlane1-1/+10
2020-04-11LaTeX writer: ensure that `-M csquotes` works even in fragment mode.John MacFarlane2-10/+17
2020-04-11HTML reader: support <bdo> (#6271)Tristan de Cacqueray2-0/+34
2020-04-11MANUAL: add link to print-css.rocks (#6272)Mauro Bieg1-1/+3
2020-04-09Clarify docs for pipe table column width adjustment.John MacFarlane1-1/+1
2020-04-09Jira reader: improve icon conversionAlbert Krewinkel2-13/+13
2020-04-07LaTeX reader: better handling of `\lettrine`.John MacFarlane2-3/+10
2020-04-07Fix ATX header syntax in manualJohn MacFarlane1-1/+1
2020-04-06Allow haddock-library 1.9.x.John MacFarlane1-1/+1
2020-04-06Vimwiki reader: Add nested syntax highlighting (#6257)Vlad Hanciuta3-1/+13
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 Krewinkel6-9/+109
2020-04-03Jira reader: resolve parsing issues of blockquote, colorAlbert Krewinkel3-3/+22
2020-04-02HTML reader: fix parsing unclosed th elements in a table.John MacFarlane1-0/+1
2020-04-01Add test fixes for docbook writer changes.John MacFarlane2-8/+16
2020-04-01Docbook writer: Add personname element to docbook author.John MacFarlane1-1/+2
2020-04-01Allow hslua 1.1 (#6243)Felix Yan1-2/+2
2020-04-01Fix description of BulletList Lua typeLevi Gruspe1-5/+5