aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-23Update changelog.John MacFarlane1-2/+4
2021-10-23Use ipynb 0.1.0.2.John MacFarlane3-14/+5
2021-10-23Lua: convert IOErrors to PandocErrors in pandoc.pipe functionAlbert Krewinkel1-0/+2
2021-10-23changelog.md: update some Lua-related entriesAlbert Krewinkel1-2/+5
2021-10-22Minor reformatting in chargelog.John MacFarlane1-6/+5
2021-10-22Bump to 2.15, updaet man page.John MacFarlane3-57/+165
2021-10-22Update changelog.John MacFarlane1-1/+4
2021-10-22Org reader: allow an initial :PROPERTIES: drawer to add to metadata.John MacFarlane3-3/+33
2021-10-22Update changelog.John MacFarlane1-3/+33
2021-10-22Use citeproc 0.6, commonmark 0.2.2.1, commonmark-extensions 0.2.2John MacFarlane3-25/+6
2021-10-22Use texmath 0.12.3.2John MacFarlane3-8/+2
2021-10-22Use simpleFigure in Readers.Aner Lucero25-110/+93
2021-10-22Use pandoc-types 1.22.1.John MacFarlane3-9/+3
2021-10-22Lua: marshal Version values as userdataAlbert Krewinkel7-126/+13
2021-10-22Lua: marshal Inline elements as userdataAlbert Krewinkel3-334/+345
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel8-188/+272
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel4-32/+37
2021-10-22Switch to hslua-2.0Albert Krewinkel29-1249/+1152
2021-10-22Provisional changelog updates.John MacFarlane1-1/+413
2021-10-21Move splitStrWhen to T.P.Citeproc.Util.John MacFarlane3-23/+15
2021-10-21SelfContained: fix bug that caused everything to be made a data uri.John MacFarlane1-12/+12
2021-10-21Fix line numbers in source code with reveal.jsJohn MacFarlane1-0/+3
2021-10-20Markdown reader: don't parse links or bracketed spans as citations.John MacFarlane2-2/+70
2021-10-19FormatHeuristics: remove `.tei.xml` extension for TEI.John MacFarlane1-1/+0
2021-10-18Docx reader: fix handling of empty fieldsMilan Bracke4-0/+15
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke8-7/+41
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke5-115/+159
2021-10-17pptx: Line up continuation paragraphsEmily Bourke49-11/+94
2021-10-17pptx: Remove outdated commentEmily Bourke1-3/+0