aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-16LaTeX: parse thebibliographyHEADmasterIgor Pashev3-0/+89
2021-12-29Update the testsIgor Pashev2-6/+9
2021-12-29LaTeX->HTML: Automatically generate the TOCIgor Pashev1-3/+14
2021-12-29Merge https://github.com/jgm/pandocIgor Pashev736-18687/+74105
2021-12-28Use `splitDirectories` istead of `splitPath`.John MacFarlane2-2/+2
2021-12-28OpenDocument writer: fix vertical align bug with display math.John MacFarlane3-3/+3
2021-12-28doc/lua-filters.md: improve documentation of `make_sections`Albert Krewinkel1-1/+13
2021-12-25Lua: improve handling of empty caption, body by `from_simple_table`Albert Krewinkel2-2/+29
2021-12-23JATS template: fix position of contrib affiliations in authoring setAlbert Krewinkel2-4/+4
2021-12-23Lua: use released pandoc-lua-marshal-0.1.3.Albert Krewinkel3-7/+17
2021-12-23JATS templates: fix affiliation tagging in articleauthoring outputAlbert Krewinkel4-29/+47
2021-12-23JATS templates: add support for article subtitlesAlbert Krewinkel3-0/+17
2021-12-22Add markua test files to extra-source-files.John MacFarlane1-0/+2
2021-12-22RTF writer: properly handle images in data URIs.John MacFarlane1-2/+3
2021-12-22HTML writer: make line breaks more consistent.John MacFarlane5-121/+208
2021-12-22Add text wrapping to HTML output.John MacFarlane41-172/+475
2021-12-21Lua: simplify code of pandoc.utils.stringifyAlbert Krewinkel2-44/+25
2021-12-21Lua tests: add more tests for `pandoc.utils.stringify`.Albert Krewinkel1-2/+45
2021-12-21Lua: simplify and deprecate function `pandoc.utils.equals`Albert Krewinkel4-20/+26
2021-12-21Lua: add tests for pandoc.utils.equalsAlbert Krewinkel1-0/+40
2021-12-21Put sourcepos attribute on header, not enclosing div...John MacFarlane2-0/+9
2021-12-21Lua: add new library function `pandoc.utils.type`.Albert Krewinkel3-1/+87
2021-12-21Lua: fix return types of `blocks_to_inlines`, `make_sections`Albert Krewinkel1-2/+2
2021-12-20Lua: use more natural representation for Reference valuesAlbert Krewinkel3-7/+38
2021-12-19Custom writer: assign default Pandoc object to global PANDOC_DOCUMENTAlbert Krewinkel1-9/+3
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen15-70/+1043
2021-12-19JATS writer: keep quotes in element-citationsAlbert Krewinkel1-5/+5
2021-12-19doc/lua-filters: numbers are now accepted as MetaValueAlbert Krewinkel1-1/+1
2021-12-19Lua: fixup, should have been part of previous commitAlbert Krewinkel2-3/+6
2021-12-19Lua: change representation of TableHead, TableFoot, and Row values.Albert Krewinkel3-17/+80
2021-12-18Citeproc: avoid adding comma before an author-in-text citation...John MacFarlane2-8/+49
2021-12-18Improve 'make check'.John MacFarlane2-10/+15
2021-12-18Use latest doctemplates, commonmark-extensions in stack.yaml.John MacFarlane1-2/+2
2021-12-17Lua: add function `pandoc.utils.references`Albert Krewinkel4-0/+148
2021-12-15T.P.Citeproc: do not export getStyle, getCiteprocLang.John MacFarlane1-2/+0
2021-12-14Use dev texmath.John MacFarlane2-5/+6
2021-12-14Org writer: use the citation locator list from the org source code...John MacFarlane1-13/+61
2021-12-14Org reader: parse official org-cite citations.John MacFarlane3-44/+218
2021-12-14Markdown writer: avoid extra space before citation suffix...John MacFarlane1-2/+4
2021-12-14Markdown writer: ensure semicolon btw locator and next citation...John MacFarlane1-1/+5
2021-12-14Org reader: remove support for "Berkeley style" citations.John MacFarlane2-192/+42
2021-12-14doc/lua-filters.md: add docs for `Cell` constructorAlbert Krewinkel1-4/+31
2021-12-13Org writer: add tests for org-cite citations, and improve support.John MacFarlane2-4/+72
2021-12-13Markdown reader: fix parsing of "bare locators"...John MacFarlane1-1/+1
2021-12-13Citeproc changes:John MacFarlane2-41/+53
2021-12-13doc/lua-filters.md: update description of walk methods, fix typosAlbert Krewinkel1-18/+23
2021-12-13Lua: support topdown traversalsAlbert Krewinkel4-4/+55
2021-12-12Org writer: preliminary support for new org-cite syntax.John MacFarlane1-1/+21
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung5-7/+82
2021-12-11Custom reader: ensure old Readers continue to workAlbert Krewinkel3-16/+55