aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-06Add prefixes to identifiers with `--file-scope`.multifileJohn MacFarlane
2022-09-05Docx writer: adjust correct attribute on lang element.John MacFarlane
2022-09-05HTML writer: only treat `. . .` as a slide pause in slides...John MacFarlane
2022-09-04T.P.Mime: Base module on package mime-types. (#8277)Albert Krewinkel
2022-09-01JATS reader: handle uri element in references.John MacFarlane
2022-09-01Use dev version of gridtablesAlbert Krewinkel
2022-08-31T.P.Citeproc.CslJson: allow an object with `items` property...John MacFarlane
2022-08-31Citeproc: check both extension and mime type to determine...John MacFarlane
2022-08-31RTF writer: add space after unicode escape commands.John MacFarlane
2022-08-30Markdown: Allow table caption labels to start with lowercase t.John MacFarlane
2022-08-30Produce error if --csl is used more than once (#8252)Prat
2022-08-30Docx reader: mark unnumbered headings with class 'unnumbered'Albert Krewinkel
2022-08-30MediaWiki writer: shorten codeAlbert Krewinkel
2022-08-30Mediawiki reader: Parse table cell with attribs, to support rowspan, colspan ...Ruqi
2022-08-29PandocServer: return error in JSON object if response is JSON.John MacFarlane
2022-08-28PandocServer: set translations in the writer based on lang metadata.John MacFarlane
2022-08-28Text.Pandoc.Server: return object if JSON is accepted.John MacFarlane
2022-08-27HTML, Markdown writers: filter out empty class attributes.John MacFarlane
2022-08-27Avoid thunk in markdown reader.John MacFarlane
2022-08-27Fix a small space leak in HTML writer.John MacFarlane
2022-08-26HTML writer: avoid aria-hidden in code blocks for HTML4.John MacFarlane
2022-08-26Docx writer: Indent tables in list items.John MacFarlane
2022-08-26Docx writer: better handling of tables in lists (#5947).John MacFarlane
2022-08-25HTML writer: use role combinator from blaze....John MacFarlane
2022-08-25HTML writer: only add role attribute in HTML5.John MacFarlane
2022-08-25Markdown reader: fenced code block shortcuts with attributes (#8174)Siphalor
2022-08-24LaTeX reader: handle `##` macro arguments properly.John MacFarlane
2022-08-23LaTeX reader: skip parenthenized args of toprule, midrule, etc.John MacFarlane
2022-08-22HTML writer: revert to using `width` property for column widthsAlbert Krewinkel
2022-08-22Org writer: add support for jupyter nodebook cells.Albert Krewinkel
2022-08-22Org writer: prefix code language of ipynb code blocks with `jupyter-`.Albert Krewinkel
2022-08-22Org writer: keep code block attributes as header args.Albert Krewinkel
2022-08-22Org writer: add code block identifier as `#+name` to src blocks.Albert Krewinkel
2022-08-21pandoc-server: handle `citeproc` parameter as documented.John MacFarlane
2022-08-21Fix regression with data uris in 2.19.1.John MacFarlane
2022-08-21Fix typosluz paz
2022-08-21Org reader: treat *emacs-jupyter* src blocks as code cells.Albert Krewinkel
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