aboutsummaryrefslogtreecommitdiff
path: root/src
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-17Merge pull request #6224 from despresc/better-tablesJohn MacFarlane
2020-04-17Revert 0e48a02 and dependency on base-noprelude...John MacFarlane
2020-04-16Shared: renderTags': use self-closing tag for col element.John MacFarlane
2020-04-15Markdown reader: Remove unnecessary qualificationdespresc
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-15JATS reader: handle "label" element in section title.John MacFarlane
2020-04-13Add an option to disable certificate validation (#6156)Cédric Couralet
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-09Jira reader: improve icon conversionAlbert Krewinkel
2020-04-07LaTeX reader: better handling of `\lettrine`.John MacFarlane
2020-04-06Vimwiki reader: Add nested syntax highlighting (#6257)Vlad Hanciuta
2020-04-04Jira: support citations, attachment links, and user linksAlbert Krewinkel
2020-04-02HTML reader: fix parsing unclosed th elements in a table.John MacFarlane
2020-04-01Docbook writer: Add personname element to docbook author.John MacFarlane
2020-03-31Markdown writer: ensure consistent padding for pipe tables.John MacFarlane
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 writer: add image attributesAlbert Krewinkel
2020-03-30Jira reader: retain image attributesAlbert Krewinkel
2020-03-30Jira reader: read `(?)` icon as "small questionmark" characterAlbert Krewinkel
2020-03-30Fix #6228 (#6230)Joseph C. Sible
2020-03-29Clean up and simplify Text.Pandoc.Readers.Docx (#6225)Joseph C. Sible
2020-03-29Clean up and simplify Text.Pandoc.Writers.Docx (#6229)Joseph C. Sible
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible
2020-03-29Split the RNG so they don't end up equal again after 1 call to next (#6227)Joseph C. Sible
2020-03-29Docx reader: better error messages.John MacFarlane
2020-03-28More cleanup (#6209)Joseph C. Sible
2020-03-28Simplify fixAuthors (#6223)Joseph C. Sible
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-22Text.Pandoc.Class: extract submodules PandocIO, PandocPureAlbert Krewinkel
2020-03-21Class: fix missing import when data files are not embeddedAlbert Krewinkel
2020-03-19Add to html5 attributes.John MacFarlane
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-15PandocMonad: remove outdated check for base versionAlbert Krewinkel
2020-03-14Subdivide Text.Pandoc.Class into small modules (#6106)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-03-13Lua marshalling: Remove unused language extensionsAlbert Krewinkel
2020-03-13Jira reader: support colored inline text, indented listsAlbert Krewinkel
2020-03-07Ms writer: fix definition lists so indent even when...John MacFarlane