aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Lua: fix typo in SoftBreak constructorAlbert Krewinkel2-1/+7
2021-11-02Lua tests: ensure Inline elements have all expected propertiesAlbert Krewinkel1-0/+81
2021-11-02Lua: re-add `content` property to Strikeout elementsAlbert Krewinkel2-3/+95
2021-11-02Lua: be more forgiving when retrieving the Image `caption` propertyAlbert Krewinkel2-1/+10
2021-11-02Docx writer: use getTimestamp for modification times in reference.docx.John MacFarlane1-1/+1
2021-11-02Lua: display Attr values using their native Haskell representationAlbert Krewinkel2-3/+7
2021-11-02Lua: allow omitting the 2nd parameter in pandoc.Code constructorAlbert Krewinkel2-9/+77
2021-11-02Lua: allow to compare, show Citation valuesAlbert Krewinkel2-1/+28
2021-11-02Lua tests: ensure Block elements have expected propertiesAlbert Krewinkel1-36/+202
2021-11-01Lua: restore `content` property on Header elementsAlbert Krewinkel2-0/+25
2021-11-01Lua: load module `pandoc.path` on startupAlbert Krewinkel1-0/+1
2021-11-01Lua: restore List behavior of MetaListAlbert Krewinkel2-0/+14
2021-10-31Makefile: use --nonmoving-gc RTS option when running benchmarks.John MacFarlane1-1/+1
2021-10-31Makefile: remove man/pandoc.1 dependency for debpkg.John MacFarlane1-1/+1
2021-10-31Update changelog.John MacFarlane1-0/+2
2021-10-31Regenerate man page.John MacFarlane1-57/+68
2021-10-31Lua: re-add `content` property to Link elementsAlbert Krewinkel2-0/+12
2021-10-31Bump to 2.16, update changelog.John MacFarlane3-2/+92
2021-10-30Allow time 1.13John MacFarlane1-2/+2
2021-10-30Fix build on GHC 9.2Joseph C. Sible1-0/+1
2021-10-29Fix trypandoc so it builds with aeson > 2.John MacFarlane1-3/+3
2021-10-29Docx writer: add IDs to native_numbering testTristan Stenner2-3/+5
2021-10-29Update test golden master for docx native numberingTristan Stenner1-0/+0
2021-10-29Docx writer: move ": " out of the caption bookmark.Tristan Stenner2-6/+4
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel13-412/+385
2021-10-28Lua: fix placement of tests for Block elements in pandoc module testsAlbert Krewinkel1-120/+120
2021-10-28Lua: increase strictness when getting attribute keysAlbert Krewinkel1-2/+2
2021-10-27Require latest skylighting (0.12.1).John MacFarlane2-4/+4
2021-10-27short-guide: Transitions -> Transformations.John MacFarlane1-2/+2
2021-10-27Update description of T.P.PDFAlbert Krewinkel1-2/+1
2021-10-27Add a short guide to pandoc's sourcesAlbert Krewinkel1-0/+260
2021-10-27Lua: re-add `t` and `tag` property to Attr valuesAlbert Krewinkel2-0/+11
2021-10-27Markdown writer: Be sure to quote special values in YAML metadata.John MacFarlane1-3/+13
2021-10-27Change JSON encodings of some types.John MacFarlane4-53/+65
2021-10-27Switch back from HsYAML to yaml.John MacFarlane15-435/+348
2021-10-27Lua: fix `pandoc.utils.stringify` regressionAlbert Krewinkel1-1/+1
2021-10-26Fix a copy/paste bug in Lua marshalling code.John MacFarlane1-1/+1
2021-10-26Lua: marshal SimpleTable values as userdata objectsAlbert Krewinkel5-70/+119
2021-10-26Lua: generate constants in module pandoc programmaticallyAlbert Krewinkel2-80/+17
2021-10-26Lua: marshal ListAttributes values as userdata objectsAlbert Krewinkel8-57/+81
2021-10-26Lua: marshal Block values as userdata objectsAlbert Krewinkel6-351/+581
2021-10-25Lua: marshal Citation values as userdata objectsAlbert Krewinkel5-39/+55
2021-10-24Fix more epub files in epub reader tests.John MacFarlane3-0/+0
2021-10-24Clean up wasteland.epub and formatting.epub from reader tests.John MacFarlane2-0/+0
2021-10-24Fixed test/epub/img.epub and img_no_cover.epub...John MacFarlane2-0/+0
2021-10-23Fix conformance errors in test/epub/features.epub andJohn MacFarlane2-0/+0
2021-10-23Fix description of sandbox feature in changelog.John MacFarlane1-4/+3
2021-10-23Update AUTHORS.mdJohn MacFarlane1-22/+30
2021-10-23Fix 2.15 release date on changelog.John MacFarlane1-1/+1
2021-10-23CircleCI: use homebrew not curl to install stack.John MacFarlane1-1/+3