aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-11Custom reader: pass list of sources instead of concatenated textAlbert Krewinkel6-15/+104
2021-12-10Lua tests: remove roundtrip testsAlbert Krewinkel1-31/+4
2021-12-10Powerpoint tests: shorten lines by grouping testsAlbert Krewinkel1-189/+186
2021-12-10Switch to released pandoc-lua-marshal-0.1.2Albert Krewinkel5-8/+12
2021-12-09ipynb writer: handle cell output with raw block of markdown (#7563)Kolen Cheung5-0/+518
2021-12-09Lua: update to latest pandoc-lua-marshal (0.1.1)Albert Krewinkel8-432/+211
2021-12-08Ipynb writer: ensure deterministic order of keys.John MacFarlane1-1/+1
2021-12-08Use latest dev version of ipynb.John MacFarlane2-2/+2
2021-12-07Add test for #7738.John MacFarlane1-0/+6
2021-12-07Revert "Markdown reader: Improve inlinesInBalancedBrackets."John MacFarlane1-12/+20
2021-12-06Ipynb reader & writer: properly handle cell "id".John MacFarlane8-42/+85
2021-12-06custom-writers.md: use filter to include source of example.John MacFarlane1-0/+4
2021-12-06Ms writer: properly encode strings for PDF contents.John MacFarlane1-2/+19
2021-12-05Commonmark writer: allow ')' delimiters on ordered lists.John MacFarlane1-1/+6
2021-12-03Improve Markdown writer escaping.John MacFarlane7-23/+46
2021-12-02Allow unicode-transforms 0.4.0.John MacFarlane2-1/+3
2021-12-02Suggest VSCode as a possible editor in getting-started.md.John MacFarlane1-0/+1
2021-12-01Re-add top heading in changelog but as a level-1 heading.John MacFarlane1-0/+2
2021-11-30Remove useless first heading in changelog.John MacFarlane1-2/+0
2021-11-30Markdown reader: don't allow `^` at beginning of link or image label.John MacFarlane2-2/+9
2021-11-30Update cabal description.John MacFarlane1-24/+28
2021-11-30Fix typo. Closes jgm/pandoc-website#54.John MacFarlane1-1/+1
2021-11-29Lua: remove `pandoc.utils.text` (#7720)Albert Krewinkel3-54/+0
2021-11-29fix typo in custom-readers.md (#7722)Mauro Bieg1-1/+1
2021-11-28Bump pandoc-lua-marshall lower bound to 0.1.0.1 in cabal file.John MacFarlane1-1/+1
2021-11-28stack.yaml: use pandoc-lua-marshal-0.1.0.1Albert Krewinkel1-2/+1
2021-11-28doc/lua-filters.md: update docs on Blocks, Inlines, MetaValueAlbert Krewinkel1-75/+79
2021-11-28Lua: add constructors `pandoc.Blocks` and `pandoc.Inlines`Albert Krewinkel3-1/+44
2021-11-28Use published pandoc-lua-marshal packageAlbert Krewinkel1-5/+0