aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-01-14Include following newline in latex ControlSeq token.token-newlineJohn MacFarlane
2022-01-13Add test for #7826 notes-after-punctuation.John MacFarlane
2022-01-11Docx writer: Handle bullets correctly in lists by not reusing numIds (#7822)Michael Hoffmann
2022-01-10HTML writer: don't break attributes values when wrapping.John MacFarlane
2022-01-10Fix regression: allow blank lines in HTML attributes.John MacFarlane
2022-01-09Org reader: support alphabetical (fancy) listsLucas Viana
2022-01-08Org writer: fix list items starting with a code block...John MacFarlane
2022-01-08Avoid blank lines after tight sublists in org, haddock.John MacFarlane
2022-01-08Org writer: don't add blank line before lists.John MacFarlane
2022-01-07Fix parsing of footnotes in `--metadata-file`.John MacFarlane
2022-01-07Org writer: support starting number cookiesLucas Viana
2022-01-06MediaWiki writer: Remove redundant display text for wiki linksJesse Hathaway
2022-01-06Org reader: support counter cookies in listsLucas Viana
2022-01-05AsciiDoc writer: improve detection of intraword emphasis.John MacFarlane
2022-01-04Lua: add `pandoc.template` moduleAlbert Krewinkel
2022-01-04Lua: add `pandoc.WriterOptions` constructorAlbert Krewinkel
2022-01-03DocBook reader: be sensitive to spacing="compact" in lists.John MacFarlane
2022-01-02ConTeXt template: make title appear in PDF title bar.John MacFarlane
2022-01-02Odt: Add list-headerTuong Nguyen Manh
2022-01-02Change reference.pptx to use 16:9 aspect ratio.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2022-01-01Org reader: allow trailing spaces after key/value pairs in directivesAlbert Krewinkel
2021-12-30Lua: allow binary (byte string) readers to be used with `pandoc.read`Albert Krewinkel
2021-12-28OpenDocument writer: fix vertical align bug with display math.John MacFarlane
2021-12-25Lua: improve handling of empty caption, body by `from_simple_table`Albert Krewinkel
2021-12-22HTML writer: make line breaks more consistent.John MacFarlane
2021-12-22Add text wrapping to HTML output.John MacFarlane
2021-12-21Lua: simplify code of pandoc.utils.stringifyAlbert Krewinkel
2021-12-21Lua tests: add more tests for `pandoc.utils.stringify`.Albert Krewinkel
2021-12-21Lua: add tests for pandoc.utils.equalsAlbert Krewinkel
2021-12-21Lua: add new library function `pandoc.utils.type`.Albert Krewinkel
2021-12-20Lua: use more natural representation for Reference valuesAlbert Krewinkel
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen
2021-12-19Lua: fixup, should have been part of previous commitAlbert Krewinkel
2021-12-18Citeproc: avoid adding comma before an author-in-text citation...John MacFarlane
2021-12-14Org reader: parse official org-cite citations.John MacFarlane
2021-12-14Org reader: remove support for "Berkeley style" citations.John MacFarlane
2021-12-13Org writer: add tests for org-cite citations, and improve support.John MacFarlane
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung
2021-12-10Lua tests: remove roundtrip testsAlbert Krewinkel
2021-12-10Powerpoint tests: shorten lines by grouping testsAlbert Krewinkel
2021-12-09ipynb writer: handle cell output with raw block of markdown (#7563)Kolen Cheung
2021-12-09Lua: update to latest pandoc-lua-marshal (0.1.1)Albert Krewinkel
2021-12-07Add test for #7738.John MacFarlane
2021-12-06Ipynb reader & writer: properly handle cell "id".John MacFarlane
2021-12-03Improve Markdown writer escaping.John MacFarlane
2021-11-30Markdown reader: don't allow `^` at beginning of link or image label.John MacFarlane
2021-11-29Lua: remove `pandoc.utils.text` (#7720)Albert Krewinkel
2021-11-28Lua: add constructors `pandoc.Blocks` and `pandoc.Inlines`Albert Krewinkel
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel