aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-10-19Split Text.Pandoc.Version from Text.Pandoc.Shared.John MacFarlane
2022-10-18Revert "HTML reader: avoid duplicating any existing identifier..."John MacFarlane
2022-10-18Revert "Markdown reader: avoid duplicate ids with auto_identifiers."John MacFarlane
2022-10-18Markdown reader: avoid duplicate ids with auto_identifiers.John MacFarlane
2022-10-18HTML reader: avoid duplicating any existing identifier...John MacFarlane
2022-10-17Adjust tests for CSS change; add CSS comments to mark...John MacFarlane
2022-10-16RST writer: improve inline escaping rules.John MacFarlane
2022-10-13Rollback parameterize options on scripting engine.John MacFarlane
2022-10-10Org reader: make #+pandoc-emphasis-pre work as expected. (#8360)Amir Dekel
2022-10-08Use texmath 0.12.5.4.John MacFarlane
2022-10-06LaTeX writer: add separator line between table's body and its foot.Albert Krewinkel
2022-10-06latex template: set fonts after Beamer themeJeremie Knuesel
2022-10-05HTML writer: replace deprecated aria roles for bibliography entries.John MacFarlane
2022-10-02Officially deprecate writeJATS...John MacFarlane
2022-10-01JATS writer: use `<break/>` for LineBreak...John MacFarlane
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel
2022-09-30[API Change] App: parameterize `options` over the scripting engineAlbert Krewinkel
2022-09-30[API Change] Filter: Parameterize `applyFilters` over scripting engine.Albert Krewinkel
2022-09-30[API Change] Rename `pandocVersion` to `pandocVersionText`...Albert Krewinkel
2022-09-29Add `--list-tables` option.John MacFarlane
2022-09-29rST writer: list tables rendering, closes #4564danse
2022-09-28HTML Reader: Tests for 'tt' and 'code' elements (#8330).Justin Wood
2022-09-28HTML writer: prevent `<a>` inside `<a>`.John MacFarlane
2022-09-27Tests.Command: remove unused `runTest`.John MacFarlane
2022-09-27Fix small whitespace things.John MacFarlane
2022-09-21LaTeX writer: do not repeat caption on headless tablesAlbert Krewinkel
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-09Citeproc: Require a digit for an implicit "page" locator...John MacFarlane
2022-09-05HTML writer: only treat `. . .` as a slide pause in slides...John MacFarlane
2022-09-01Use dev version of gridtablesAlbert Krewinkel
2022-08-31RTF writer: add space after unicode escape commands.John MacFarlane
2022-08-30Mediawiki reader: Parse table cell with attribs, to support rowspan, colspan ...Ruqi
2022-08-27HTML, Markdown writers: filter out empty class attributes.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-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: 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-21Fix typosluz paz
2022-08-21Org reader: treat *emacs-jupyter* src blocks as code cells.Albert Krewinkel
2022-08-18HTML writer: use `flex` property for column widthsAlbert Krewinkel
2022-08-17Org reader: treat "abstract" block as metadataAlbert Krewinkel
2022-08-17Org template: add abstract from metadata as block of type "abstract"Albert Krewinkel
2022-08-17LaTeX writer: add label to tables that have an identifierAlbert Krewinkel