summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-19Commonmark writer: ensure that we don't have blank lines in raw HTML.John MacFarlane
2022-09-19Org reader: Allow org-ref v2 citations with `&` prefix.John MacFarlane
2022-09-18BibTeX parser: fix handling of `%` in url field.John MacFarlane
2022-09-18Add prefixes to identifiers with `--file-scope`. (#8282)John MacFarlane
2022-09-14Fix implicit_header_references with duplicate headings.John MacFarlane
2022-09-13XWiki writer: use template if it is specified.John MacFarlane
2022-09-12T.P.MIME: Removes more unnecessary overrides.Albert Krewinkel
2022-09-11T.P.MIME: Remove deprecated overrides (#8292)Albert Krewinkel
2022-09-11Require mime-types 0.1.1Albert Krewinkel
2022-09-09Citeproc: Require a digit for an implicit "page" locator...John 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