aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-25T.P.Citeproc.Locator: update `sub verbo` to `sub-verbo`.John MacFarlane
2022-09-23Use hslua-cli package for pandoc-lua interfaceAlbert Krewinkel
2022-09-22Org writer: pass through unknown languages in code blocks.John MacFarlane
2022-09-22Make pandoc behave like a Lua interpreter when called as `pandoc-lua`. (#8311)Albert Krewinkel
2022-09-22Split pandoc-server, pandoc-cli into separate packages. (#8309)John MacFarlane
2022-09-21LaTeX writer: do not repeat caption on headless tablesAlbert Krewinkel
2022-09-21LaTeX writer: clarify why `\endfirsthead` is used for tablesAlbert Krewinkel
2022-09-20Export `applyFilter` from T.P.Lua.Filter.John MacFarlane
2022-09-20Add T.P.Lua.Reader, T.P.Lua.Writer.John MacFarlane
2022-09-20Text.Pandoc.App: export `IpynbOutput(..)`.John MacFarlane
2022-09-20Ms writer: properly format display equations.John MacFarlane
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