aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-08-18Handle haddock 1.11.0 API changes (not noted in their changelog).John MacFarlane
2022-08-18HTML writer: use `flex` property for column widthsAlbert Krewinkel
2022-08-17Integrate server into main pandoc.John MacFarlane
2022-08-17Redo FromJSON for Opt so that optional values can be omitted.John MacFarlane
2022-08-17Org reader: treat "abstract" block as metadataAlbert Krewinkel
2022-08-17LaTeX writer: add label to tables that have an identifierAlbert Krewinkel
2022-08-16LaTeX writer: use `\textquotesingle` for straight quotes in text.John MacFarlane
2022-08-14T.P.Highlighting: Export `lookupHighlightingStyle`.John MacFarlane
2022-08-14Use base64 instead of base64-bytestring.John MacFarlane
2022-08-13App: Remove unneeded MonadIO constraints in readSources.John MacFarlane
2022-08-13PDF: Use some standard PandocMonad functions instead of liftIO.John MacFarlane
2022-08-13Factor out convertWithOpts' from convertWithOpts.John MacFarlane
2022-08-13Support --strip-comments in commonmark/gfm.John MacFarlane
2022-08-13Lua: add function `pandoc.utils.citeproc`Albert Krewinkel
2022-08-07LaTeX writer: fix widths of multicolumn cellsAlbert Krewinkel
2022-08-03FB2 writer: fix handling of non-section Divs.John MacFarlane
2022-08-03Deprecate deLink.John MacFarlane
2022-08-03HTML reader: allow sublists that are not marked as items.Albert Krewinkel
2022-08-03Org reader: add missing `/` to Windows file URI; fixes prev commitAlbert Krewinkel
2022-08-02fillMediaBag: Keep attributes of original image on SpanAlbert Krewinkel
2022-08-02Org reader: recognize absolute paths on WindowsAlbert Krewinkel
2022-08-01Markdown reader: allow special span classes in any positionAlbert Krewinkel
2022-08-01Markdown reader: allow more attributes in special spansAlbert Krewinkel
2022-07-30Support rowspans and colspans in grid tables (#8202)Albert Krewinkel
2022-07-28MediaWiki reader: allow HTML comment after row start.John MacFarlane
2022-07-28DokuWiki reader: support latex plugin and math.John MacFarlane
2022-07-28Populate mediabag after filters have run. (#8114)Albert Krewinkel
2022-07-26EPUB writer: allow choice of math method for v3.John MacFarlane
2022-07-25HTML writer: Allow "spanlike" classes to be combined.John MacFarlane
2022-07-23--self-contained: Handle `url()` in style elements.John MacFarlane
2022-07-18Unescape characters in `\lstinline` inside `\passthrough`.John MacFarlane
2022-07-18Parsing.GridTable: remove use of unsafe function `last`Albert Krewinkel
2022-07-16RST writer: Fix missing spaces with nested inlines.John MacFarlane
2022-07-15Lua: extend pandoc.system module. (#8184)Albert Krewinkel
2022-07-12Lua: add fields `pandoc.readers` and `pandoc.writers`. (#8177)Albert Krewinkel
2022-07-12RST writer: always escape literal backslash.John MacFarlane
2022-07-11Fix roff ms syntax highlighting definitions.John MacFarlane
2022-07-07RTF reader: support `\nosupersub`.John MacFarlane
2022-07-06Use `formatCode` from #7525 in HTML and MediaWiki (#8162)Elliot Bobrow
2022-07-04Ensure that Nulls are ignored in creating slide shows.John MacFarlane
2022-06-24PDF: use sha1 hash of filename when converting svg.John MacFarlane
2022-06-23Lua: ensure that tables marshaled via JSON arrays behave like Lists.Albert Krewinkel
2022-06-23Remove extra soft break for tasklist (#8142)black-desk
2022-06-22Ensure that metadata values w/o trailing newlines are...John MacFarlane
2022-06-21ConTeXt writer: support complex table structures. (#8116)Albert Krewinkel
2022-06-21Update fonts MIME following IANA recommendation (#8127)Gabriel Lewertowski
2022-06-20LaTeX: Handle formatted text inside code inline (#8129)Elliot Bobrow
2022-06-19Future compat against liftA2 export from Prelude (#8132)Georgi Lyubenov
2022-06-19Org reader: Fix Post / Pre mixup when setting emphasis chars (#8134)Amir Dekel
2022-06-19Lua: do not reset foreign encoding before running LuaAlbert Krewinkel