aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-17Fooling around with a new setup for Text.Pandoc.Data.initialize-data-filesJohn MacFarlane
2020-04-17LaTeX reader: don't put surrounding Div around Table.John MacFarlane
2020-04-17Fix typo.John MacFarlane
2020-04-17Use main pandoc-types repository...John MacFarlane
2020-04-17Merge pull request #6224 from despresc/better-tablesJohn MacFarlane
2020-04-17Add CI build for ghc 8.10.1.John MacFarlane
2020-04-17Revert 0e48a02 and dependency on base-noprelude...John MacFarlane
2020-04-17Fix path for nightly linux build.John MacFarlane
2020-04-16Shared: renderTags': use self-closing tag for col element.John MacFarlane
2020-04-16ci: remove ghc 8.10.1 build for now.John MacFarlane
2020-04-16nightly: don't need to apt-get install. ci: test on ghc 8.10.1.John MacFarlane
2020-04-16nightly: ensure that ghc 8.8.1 is used for linux.John MacFarlane
2020-04-15Markdown reader: Remove unnecessary qualificationdespresc
2020-04-15Use custom pandoc-types repo with new table typesAlbert Krewinkel
2020-04-15Lua: support new tablesAlbert Krewinkel
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 removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Remove the onlySimpleCellBodies function from Shareddespresc
2020-04-15Implement the new Table typedespresc
2020-04-15Markdown Reader: Fix inline code in lists (#6284)Nikolay Yakimov
2020-04-15nightly build: print ghc, cabal versions for diagnostics.John MacFarlane
2020-04-15Use ghc 8.8.1 for nightly linux build.John MacFarlane
2020-04-15JATS reader: handle "label" element in section title.John MacFarlane
2020-04-13Improve linux CI caching.John MacFarlane
2020-04-13Add an option to disable certificate validation (#6156)Cédric Couralet
2020-04-12Whitespace change to cabal.project...John MacFarlane
2020-04-12Require doctemplates 0.8.2.John MacFarlane
2020-04-12Improve linux caching for ci.John MacFarlane
2020-04-12Add caching to linux ci.John MacFarlane
2020-04-12Add caching for Windows stack CI.John MacFarlane
2020-04-12Add caching for macOS CI build.John MacFarlane
2020-04-12RST reader: handle "date::" directive.John MacFarlane
2020-04-11LaTeX writer: ensure that `-M csquotes` works even in fragment mode.John MacFarlane
2020-04-11HTML reader: support <bdo> (#6271)Tristan de Cacqueray
2020-04-11MANUAL: add link to print-css.rocks (#6272)Mauro Bieg
2020-04-09Clarify docs for pipe table column width adjustment.John MacFarlane
2020-04-09Jira reader: improve icon conversionAlbert Krewinkel
2020-04-07LaTeX reader: better handling of `\lettrine`.John MacFarlane
2020-04-07Fix ATX header syntax in manualJohn MacFarlane
2020-04-06Allow haddock-library 1.9.x.John MacFarlane
2020-04-06Vimwiki reader: Add nested syntax highlighting (#6257)Vlad Hanciuta
2020-04-04test/writer.jira: fix links, skip alias if it equals the targetAlbert Krewinkel
2020-04-04Jira: support citations, attachment links, and user linksAlbert Krewinkel
2020-04-03Jira reader: resolve parsing issues of blockquote, colorAlbert Krewinkel
2020-04-02HTML reader: fix parsing unclosed th elements in a table.John MacFarlane
2020-04-01Add test fixes for docbook writer changes.John MacFarlane
2020-04-01Docbook writer: Add personname element to docbook author.John MacFarlane
2020-04-01Allow hslua 1.1 (#6243)Felix Yan