aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2021-11-24LaTeX reader: Fix semantics of `\ref`.John MacFarlane
2021-11-24LaTeX reader: omit visible content for `\label{...}`.John MacFarlane
2021-11-24HTML reader: parse attributes on links and images.John MacFarlane
2021-11-24Lua: allow single elements as singleton MetaBlocks/MetaInlinesAlbert Krewinkel
2021-11-23Improve detection of pipe table line widths.John MacFarlane
2021-11-23Lua: add function `pandoc.utils.text` (#7710)Albert Krewinkel
2021-11-23Lua: split strings into words when treating them as Inline list (#7712)Albert Krewinkel
2021-11-20Capture `alt-text` in JATS figures (#7703)Albert Krewinkel
2021-11-19Lua tests: reset path and cpath when testing 'require' fallback.John MacFarlane
2021-11-19MediaWiki writer: fix code for generating spans for header IDs.John MacFarlane
2021-11-19HTML writer: Don't create invalid `data-` attribute...John MacFarlane
2021-11-18MediaWiki writer: use HTML spans for anchors when header has id.John MacFarlane
2021-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev
2021-11-17Lua: set `lpeg`, `re` as globals; allow shared lib access via requireAlbert Krewinkel
2021-11-15Markdown writer: don't create autolinks when this loses information.John MacFarlane
2021-11-15LaTeX reader: add rudimentary support for `\autoref` (#7693)Albert Krewinkel
2021-11-12JATS writer: ensure figures are wrapped with `<p>` in list items.Albert Krewinkel
2021-11-11Writers.Shared: Improve toLegacyTable.Christian Despres
2021-11-09Lua: fix argument order in constructor `pandoc.Cite`.Albert Krewinkel
2021-11-08Properly handle commented lines in BibTeX/BibLaTeX.John MacFarlane