aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-01-16LaTeX: parse thebibliographyHEADmasterIgor Pashev1-0/+49
2021-12-29Update the testsIgor Pashev2-6/+9
2021-12-29Merge https://github.com/jgm/pandocIgor Pashev573-12315/+63097
2021-12-28OpenDocument writer: fix vertical align bug with display math.John MacFarlane2-2/+2
2021-12-25Lua: improve handling of empty caption, body by `from_simple_table`Albert Krewinkel1-0/+27
2021-12-22HTML writer: make line breaks more consistent.John MacFarlane4-61/+149
2021-12-22Add text wrapping to HTML output.John MacFarlane37-122/+277
2021-12-21Lua: simplify code of pandoc.utils.stringifyAlbert Krewinkel1-4/+3
2021-12-21Lua tests: add more tests for `pandoc.utils.stringify`.Albert Krewinkel1-2/+45
2021-12-21Lua: add tests for pandoc.utils.equalsAlbert Krewinkel1-0/+40
2021-12-21Lua: add new library function `pandoc.utils.type`.Albert Krewinkel1-0/+40
2021-12-20Lua: use more natural representation for Reference valuesAlbert Krewinkel2-1/+26
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen5-0/+801
2021-12-19Lua: fixup, should have been part of previous commitAlbert Krewinkel1-3/+3
2021-12-18Citeproc: avoid adding comma before an author-in-text citation...John MacFarlane1-0/+35
2021-12-14Org reader: parse official org-cite citations.John MacFarlane2-5/+58
2021-12-14Org reader: remove support for "Berkeley style" citations.John MacFarlane1-47/+0
2021-12-13Org writer: add tests for org-cite citations, and improve support.John MacFarlane1-0/+44
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung3-0/+72
2021-12-10Lua tests: remove roundtrip testsAlbert Krewinkel1-31/+4
2021-12-10Powerpoint tests: shorten lines by grouping testsAlbert Krewinkel1-189/+186
2021-12-09ipynb writer: handle cell output with raw block of markdown (#7563)Kolen Cheung4-0/+516
2021-12-09Lua: update to latest pandoc-lua-marshal (0.1.1)Albert Krewinkel1-1/+1
2021-12-07Add test for #7738.John MacFarlane1-0/+6
2021-12-06Ipynb reader & writer: properly handle cell "id".John MacFarlane3-16/+21
2021-12-03Improve Markdown writer escaping.John MacFarlane6-5/+27
2021-11-30Markdown reader: don't allow `^` at beginning of link or image label.John MacFarlane1-0/+8
2021-11-29Lua: remove `pandoc.utils.text` (#7720)Albert Krewinkel1-28/+0
2021-11-28Lua: add constructors `pandoc.Blocks` and `pandoc.Inlines`Albert Krewinkel1-0/+6
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel2-760/+87
2021-11-24LaTeX reader: Fix semantics of `\ref`.John MacFarlane1-1/+1
2021-11-24LaTeX reader: omit visible content for `\label{...}`.John MacFarlane1-3/+1
2021-11-24HTML reader: parse attributes on links and images.John MacFarlane2-2/+14
2021-11-24Lua: allow single elements as singleton MetaBlocks/MetaInlinesAlbert Krewinkel1-1/+19
2021-11-23Improve detection of pipe table line widths.John MacFarlane1-0/+28
2021-11-23Lua: add function `pandoc.utils.text` (#7710)Albert Krewinkel1-0/+28
2021-11-23Lua: split strings into words when treating them as Inline list (#7712)Albert Krewinkel1-2/+26
2021-11-20Capture `alt-text` in JATS figures (#7703)Albert Krewinkel1-0/+18
2021-11-19Lua tests: reset path and cpath when testing 'require' fallback.John MacFarlane1-2/+4
2021-11-19MediaWiki writer: fix code for generating spans for header IDs.John MacFarlane2-2/+33
2021-11-19HTML writer: Don't create invalid `data-` attribute...John MacFarlane1-0/+6
2021-11-18MediaWiki writer: use HTML spans for anchors when header has id.John MacFarlane1-0/+27
2021-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev1-0/+9
2021-11-17Lua: set `lpeg`, `re` as globals; allow shared lib access via requireAlbert Krewinkel1-7/+17
2021-11-15Markdown writer: don't create autolinks when this loses information.John MacFarlane1-0/+13
2021-11-15LaTeX reader: add rudimentary support for `\autoref` (#7693)Albert Krewinkel1-0/+18
2021-11-12JATS writer: ensure figures are wrapped with `<p>` in list items.Albert Krewinkel1-15/+33
2021-11-11Writers.Shared: Improve toLegacyTable.Christian Despres1-0/+16
2021-11-09Lua: fix argument order in constructor `pandoc.Cite`.Albert Krewinkel1-4/+4
2021-11-08Properly handle commented lines in BibTeX/BibLaTeX.John MacFarlane1-0/+36